#1C1C18

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

Shades of Maire #1C1C18

Tints of Maire #1C1C18

Color information

#1C1C18 (or 0x1C1C18) is unknown color: approx Maire. HEX triplet: 1C, 1C and 18. RGB value is (28,28,24). Sum of RGB (Red+Green+Blue) = 28+28+24=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C18 is #E3E3E7. Grayscale: #1B1B1B. Windows color (decimal): -14935016 or 1580060. OLE color: 1580060.

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

Color convert

RGB282824-
CMYK000.140.89
HSL60º7.69%10.2%-
HSV(B)60º14.29%10.98%-
XYZ1.061.141.03-
YUV27.54126128.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 24 (9.77% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal282824000.140.89607.6910.2
Hex1C1C1800E593c8a
Octal3434300016131741012
Binary111001110011000001110101100111110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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