#18190D

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

Shades of Maire #18190D

Tints of Maire #18190D

Color information

#18190D (or 0x18190D) is unknown color: approx Maire. HEX triplet: 18, 19 and 0D. RGB value is (24,25,13). Sum of RGB (Red+Green+Blue) = 24+25+13=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #18190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190D is #E7E6F2. Grayscale: #171717. Windows color (decimal): -15197939 or 858392. OLE color: 858392.

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

Color convert

RGB242513-
CMYK0.0400.480.90
HSL65º31.58%7.45%-
HSV(B)65º48%9.8%-
XYZ0.80.920.52-
YUV23.33122.17128.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=38.71%
G=40.32%
B=20.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425130.0400.480.906531.587.45
Hex1819D40305A41207
Octal3031154060132101407
Binary11000110011101100011000010110101000001100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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