#252112

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

Shades of Maire #252112

Tints of Maire #252112

Color information

#252112 (or 0x252112) is unknown color: approx Maire. HEX triplet: 25, 21 and 12. RGB value is (37,33,18). Sum of RGB (Red+Green+Blue) = 37+33+18=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252112 is #DADEED. Grayscale: #202020. Windows color (decimal): -14343918 or 1188133. OLE color: 1188133.

HSL color Cylindrical-coordinate representation of color #252112: hue angle of 47.37º 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 #252112 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB373318-
CMYK00.110.510.85
HSL47.37º34.55%10.78%-
HSV(B)47.37º51.35%14.51%-
XYZ1.421.520.79-
YUV32.49119.83131.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=42.05%
G=37.5%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37331800.110.510.8547.3734.5510.78
Hex2521120B33552f23b
Octal45412201363125574313
Binary100101100001100100101111001110101011011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252112; }

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

 H1.HeaderClassName
 {
   color: #252112;
 }
 .AnyTagClassName
 {
   color: #252112;
 }
</style>
background-color css

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

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

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

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

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

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