#252212

Color #252212 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #252212

Tints of Maire #252212

Color information

#252212 (or 0x252212) is unknown color: approx 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

RGB373418-
CMYK00.080.510.85
HSL50.53º34.55%10.78%-
HSV(B)50.53º51.35%14.51%-
XYZ1.441.580.8-
YUV33.07119.49130.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=41.57%
G=38.20%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341800.080.510.8550.5334.5510.78
Hex2522120833553323b
Octal45422201063125634313
Binary100101100010100100100011001110101011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>