#181816

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

Shades of Maire #181816

Tints of Maire #181816

Color information

#181816 (or 0x181816) is unknown color: approx Maire. HEX triplet: 18, 18 and 16. RGB value is (24,24,22). Sum of RGB (Red+Green+Blue) = 24+24+22=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181816 is #E7E7E9. Grayscale: #171717. Windows color (decimal): -15198186 or 1447960. OLE color: 1447960.

HSL color Cylindrical-coordinate representation of color #181816: hue angle of 60º degrees, saturation: 0.04, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #181816 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB242422-
CMYK000.080.91
HSL60º4.35%9.02%-
HSV(B)60º8.33%9.41%-
XYZ0.850.910.89-
YUV23.77127128.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242422000.080.91604.359.02
Hex1818160085B3c49
Octal303026001013374411
Binary11000110001011000100010110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181816; }

 p { color: rgb(24,24,22); }

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

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

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

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

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

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

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