Html Css Color HEX #24250C Maire

📋 copy color: '#24250C'

red 36 ◦ green 37 ◦ blue 12

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

Shades of Maire #24250C

Tints of Maire #24250C

RGB

 RED value IS 36 (14.45% from 255) = 42.35%

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 42.35%
G = 43.53%
B = 14.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#24250C (or 0x24250C) is known color: Maire. HEX triplet: 24, 25 and 0C. RGB value is (36,37,12). Sum of RGB (Red+Green+Blue) = 36+37+12=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #24250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24250C is #DBDAF3. Grayscale: #212121. Windows color (decimal): -14408436 or 795940. OLE color: 795940.

HSL color Cylindrical-coordinate representation of color #24250C: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24250C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 37 12 -
CMYK 0.03 0 0.68 0.85
HSL 62.4º 0.51% 0.1% -
HSV(B) 62.4º 0.68% 0.15% -
XYZ 1.46 1.72 0.6 -
YUV 33.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 36 37 12 0.03 0 0.68 0.85 62.4 0.51 0.1
Hex 24 25 C 3 0 44 55 3E 33 A
Octal 44 45 14 3 0 104 125 76 63 12
Binary 100100 100101 1100 11 0 1000100 1010101 111110 110011 1010

Color Harmonies of #24250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24250C

Black with #24250C

Text Example


Text Example

White with #24250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24250C; }

 p { color: rgb(36,37,12); }

 H1.HeaderClassName
 {
   color: #24250C;
 }
 .AnyTagClassName
 {
   color: #24250C;
 }
</style>

background-color css

<style>
 a { background-color: #24250C; }

 a { background-color: rgb(36,37,12); }

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

border-color css

<style>
 span { border-color: #24250C; }

 span { border-color: rgb(36,37,12); }

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