#1C1912

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

Shades of Maire #1C1912

Tints of Maire #1C1912

Color information

#1C1912 (or 0x1C1912) is unknown color: approx Maire. HEX triplet: 1C, 19 and 12. RGB value is (28,25,18). Sum of RGB (Red+Green+Blue) = 28+25+18=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1912 is #E3E6ED. Grayscale: #191919. Windows color (decimal): -14935790 or 1186076. OLE color: 1186076.

HSL color Cylindrical-coordinate representation of color #1C1912: hue angle of 42º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1912 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB282518-
CMYK00.110.360.89
HSL42º21.74%9.02%-
HSV(B)42º35.71%10.98%-
XYZ0.940.990.71-
YUV25.1123.99130.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=39.44%
G=35.21%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28251800.110.360.894221.749.02
Hex1C19120B24592a169
Octal34312201344131522611
Binary111001100110010010111001001011001101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1912; }

 p { color: rgb(28,25,18); }

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

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

 a { background-color: rgb(28,25,18); }

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

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

 span { border-color: rgb(28,25,18); }

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