#18150E

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

Shades of Maire #18150E

Tints of Maire #18150E

Color information

#18150E (or 0x18150E) is unknown color: approx Maire. HEX triplet: 18, 15 and 0E. RGB value is (24,21,14). Sum of RGB (Red+Green+Blue) = 24+21+14=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #18150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18150E is #E7EAF1. Grayscale: #151515. Windows color (decimal): -15198962 or 922904. OLE color: 922904.

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

Color convert

RGB242114-
CMYK00.130.420.91
HSL42º26.32%7.45%-
HSV(B)42º41.67%9.41%-
XYZ0.720.760.52-
YUV21.1123.99130.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=40.68%
G=35.59%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211400.130.420.914226.327.45
Hex1815E0D2A5B2a1a7
Octal3025160155213352327
Binary1100010101111001101101010101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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