#18140A

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

Shades of Maire #18140A

Tints of Maire #18140A

Color information

#18140A (or 0x18140A) is unknown color: approx Maire. HEX triplet: 18, 14 and 0A. RGB value is (24,20,10). Sum of RGB (Red+Green+Blue) = 24+20+10=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #18140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18140A is #E7EBF5. Grayscale: #141414. Windows color (decimal): -15199222 or 660504. OLE color: 660504.

HSL color Cylindrical-coordinate representation of color #18140A: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18140A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB242010-
CMYK00.170.580.91
HSL42.86º41.18%6.67%-
HSV(B)42.86º58.33%9.41%-
XYZ0.680.720.39-
YUV20.06122.33130.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24201000.170.580.9142.8641.186.67
Hex1814A0113A5B2b297
Octal3024120217213353517
Binary110001010010100100011110101011011101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18140A; }

 p { color: rgb(24,20,10); }

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

<style>
 a { background-color: #18140A; }

 a { background-color: rgb(24,20,10); }

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

<style>
 span { border-color: #18140A; }

 span { border-color: rgb(24,20,10); }

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