Html Css Color HEX #250E22 Mardi Gras

📋 copy color: '#250E22'

red 37 ◦ green 14 ◦ blue 34

#250E22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #250E22

Tints of Mardi Gras #250E22

RGB

 RED value IS 37 (14.84% from 255) = 43.53%

 GREEN value IS 14 (5.86% from 255) = 16.47%

 BLUE value IS 34 (13.67% from 255) = 40%

R = 43.53%
G = 16.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#250E22 (or 0x250E22) is known color: Mardi Gras. HEX triplet: 25, 0E and 22. RGB value is (37,14,34). Sum of RGB (Red+Green+Blue) = 37+14+34=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E22 is #DAF1DD. Grayscale: #171717. Windows color (decimal): -14348766 or 2231845. OLE color: 2231845.

HSL color Cylindrical-coordinate representation of color #250E22: hue angle of 307.83º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E22 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 34 -
CMYK 0 0.62 0.08 0.85
HSL 307.83º 0.45% 0.1% -
HSV(B) 307.83º 0.62% 0.15% -
XYZ 1.21 0.82 1.61 -
YUV 23.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 37 14 34 0 0.62 0.08 0.85 307.83 0.45 0.1
Hex 25 E 22 0 3E 8 55 134 2D A
Octal 45 16 42 0 76 10 125 464 55 12
Binary 100101 1110 100010 0 111110 1000 1010101 100110100 101101 1010

Color Harmonies of #250E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E22

Black with #250E22

Text Example


Text Example

White with #250E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E22; }

 p { color: rgb(37,14,34); }

 H1.HeaderClassName
 {
   color: #250E22;
 }
 .AnyTagClassName
 {
   color: #250E22;
 }
</style>

background-color css

<style>
 a { background-color: #250E22; }

 a { background-color: rgb(37,14,34); }

 div.DivClassName
 {
   background-color: #250E22;
 }
 .BgClassName
 {
   background-color: #250E22;
 }
</style>

border-color css

<style>
 span { border-color: #250E22; }

 span { border-color: rgb(37,14,34); }

 td.TdClassName
 {
   border-color: #250E22;
 }
 .TagClassName
 {
   border-color: #250E22;
 }
</style>