#18190B

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

Shades of Maire #18190B

Tints of Maire #18190B

Color information

#18190B (or 0x18190B) is unknown color: approx Maire. HEX triplet: 18, 19 and 0B. RGB value is (24,25,11). Sum of RGB (Red+Green+Blue) = 24+25+11=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #18190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190B is #E7E6F4. Grayscale: #171717. Windows color (decimal): -15197941 or 727320. OLE color: 727320.

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

Color convert

RGB242511-
CMYK0.0400.560.90
HSL64.29º38.89%7.06%-
HSV(B)64.29º56%9.8%-
XYZ0.780.910.45-
YUV23.1121.17128.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=40%
G=41.67%
B=18.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425110.0400.560.9064.2938.897.06
Hex1819B40385A40277
Octal3031134070132100477
Binary11000110011011100011100010110101000000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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