#18190A

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

Shades of Maire #18190A

Tints of Maire #18190A

Color information

#18190A (or 0x18190A) is unknown color: approx Maire. HEX triplet: 18, 19 and 0A. RGB value is (24,25,10). Sum of RGB (Red+Green+Blue) = 24+25+10=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #18190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190A is #E7E6F5. Grayscale: #171717. Windows color (decimal): -15197942 or 661784. OLE color: 661784.

HSL color Cylindrical-coordinate representation of color #18190A: hue angle of 64º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18190A is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB242510-
CMYK0.0400.600.90
HSL64º42.86%6.86%-
HSV(B)64º60%9.8%-
XYZ0.780.910.42-
YUV22.99120.67128.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=40.68%
G=42.37%
B=16.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425100.0400.600.906442.866.86
Hex1819A403C5A402b7
Octal3031124074132100537
Binary11000110011010100011110010110101000000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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