Html Css Color HEX #252212 Maire

📋 copy color: '#252212'

red 37 ◦ green 34 ◦ blue 18

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

Shades of Maire #252212

Tints of Maire #252212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 41.57%
G = 38.2%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252212 (or 0x252212) is known color: Maire. HEX triplet: 25, 22 and 12. RGB value is (37,34,18). Sum of RGB (Red+Green+Blue) = 37+34+18=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #252212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252212 is #DADDED. Grayscale: #212121. Windows color (decimal): -14343662 or 1188389. OLE color: 1188389.

HSL color Cylindrical-coordinate representation of color #252212: hue angle of 50.53º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252212 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 34 18 -
CMYK 0 0.08 0.51 0.85
HSL 50.53º 0.35% 0.11% -
HSV(B) 50.53º 0.51% 0.15% -
XYZ 1.44 1.58 0.8 -
YUV 33.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 37 34 18 0 0.08 0.51 0.85 50.53 0.35 0.11
Hex 25 22 12 0 8 33 55 33 23 B
Octal 45 42 22 0 10 63 125 63 43 13
Binary 100101 100010 10010 0 1000 110011 1010101 110011 100011 1011

Color Harmonies of #252212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252212

Black with #252212

Text Example


Text Example

White with #252212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252212; }

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

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

background-color css

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

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

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

border-color css

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

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

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