#1C1C12

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

Shades of Maire #1C1C12

Tints of Maire #1C1C12

Color information

#1C1C12 (or 0x1C1C12) is unknown color: approx Maire. HEX triplet: 1C, 1C and 12. RGB value is (28,28,18). Sum of RGB (Red+Green+Blue) = 28+28+18=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C12 is #E3E3ED. Grayscale: #1A1A1A. Windows color (decimal): -14935022 or 1186844. OLE color: 1186844.

HSL color Cylindrical-coordinate representation of color #1C1C12: hue angle of 60º 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 #1C1C12 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB282818-
CMYK000.360.89
HSL60º21.74%9.02%-
HSV(B)60º35.71%10.98%-
XYZ11.120.74-
YUV26.86123128.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=37.84%
G=37.84%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282818000.360.896021.749.02
Hex1C1C120024593c169
Octal3434220044131742611
Binary111001110010010001001001011001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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