#1C1C16

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

Shades of Maire #1C1C16

Tints of Maire #1C1C16

Color information

#1C1C16 (or 0x1C1C16) is unknown color: approx Maire. HEX triplet: 1C, 1C and 16. RGB value is (28,28,22). Sum of RGB (Red+Green+Blue) = 28+28+22=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C16 is #E3E3E9. Grayscale: #1B1B1B. Windows color (decimal): -14935018 or 1448988. OLE color: 1448988.

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

Color convert

RGB282822-
CMYK000.210.89
HSL60º12%9.8%-
HSV(B)60º21.43%10.98%-
XYZ1.041.140.92-
YUV27.32125128.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=35.90%
G=35.90%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282822000.210.8960129.8
Hex1C1C160015593cca
Octal3434260025131741412
Binary1110011100101100010101101100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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