#1C180B

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

Shades of Maire #1C180B

Tints of Maire #1C180B

Color information

#1C180B (or 0x1C180B) is unknown color: approx Maire. HEX triplet: 1C, 18 and 0B. RGB value is (28,24,11). Sum of RGB (Red+Green+Blue) = 28+24+11=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C180B is #E3E7F4. Grayscale: #171717. Windows color (decimal): -14936053 or 727068. OLE color: 727068.

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

Color convert

RGB282411-
CMYK00.140.610.89
HSL45.88º43.59%7.65%-
HSV(B)45.88º60.71%10.98%-
XYZ0.870.920.45-
YUV23.71120.83131.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=44.44%
G=38.10%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28241100.140.610.8945.8843.597.65
Hex1C18B0E3D592e2c8
Octal34301301675131565410
Binary111001100010110111011110110110011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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