#18150C

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

Shades of Maire #18150C

Tints of Maire #18150C

Color information

#18150C (or 0x18150C) is unknown color: approx Maire. HEX triplet: 18, 15 and 0C. RGB value is (24,21,12). Sum of RGB (Red+Green+Blue) = 24+21+12=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #18150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150C is #E7EAF3. Grayscale: #141414. Windows color (decimal): -15198964 or 791832. OLE color: 791832.

HSL color Cylindrical-coordinate representation of color #18150C: hue angle of 45º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18150C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB242112-
CMYK00.130.500.91
HSL45º33.33%7.06%-
HSV(B)45º50%9.41%-
XYZ0.710.760.46-
YUV20.87122.99130.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211200.130.500.914533.337.06
Hex1815C0D325B2d217
Octal3025140156213355417
Binary11000101011100011011100101011011101101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18150C; }

 p { color: rgb(24,21,12); }

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

<style>
 a { background-color: #18150C; }

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

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

<style>
 span { border-color: #18150C; }

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

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