#1C180E

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

Shades of Maire #1C180E

Tints of Maire #1C180E

Color information

#1C180E (or 0x1C180E) is unknown color: approx Maire. HEX triplet: 1C, 18 and 0E. RGB value is (28,24,14). Sum of RGB (Red+Green+Blue) = 28+24+14=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C180E is #E3E7F1. Grayscale: #181818. Windows color (decimal): -14936050 or 923676. OLE color: 923676.

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

Color convert

RGB282414-
CMYK00.140.500.89
HSL42.86º33.33%8.24%-
HSV(B)42.86º50%10.98%-
XYZ0.880.930.55-
YUV24.06122.33130.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=42.42%
G=36.36%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28241400.140.500.8942.8633.338.24
Hex1C18E0E32592b218
Octal34301601662131534110
Binary111001100011100111011001010110011010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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