#1C180F

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

Shades of Maire #1C180F

Tints of Maire #1C180F

Color information

#1C180F (or 0x1C180F) is unknown color: approx Maire. HEX triplet: 1C, 18 and 0F. RGB value is (28,24,15). Sum of RGB (Red+Green+Blue) = 28+24+15=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C180F is #E3E7F0. Grayscale: #181818. Windows color (decimal): -14936049 or 989212. OLE color: 989212.

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

Color convert

RGB282415-
CMYK00.140.460.89
HSL41.54º30.23%8.43%-
HSV(B)41.54º46.43%10.98%-
XYZ0.890.930.59-
YUV24.17122.83130.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=41.79%
G=35.82%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28241500.140.460.8941.5430.238.43
Hex1C18F0E2E592a1e8
Octal34301701656131523610
Binary11100110001111011101011101011001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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