#181612

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

Shades of Maire #181612

Tints of Maire #181612

Color information

#181612 (or 0x181612) is unknown color: approx Maire. HEX triplet: 18, 16 and 12. RGB value is (24,22,18). Sum of RGB (Red+Green+Blue) = 24+22+18=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181612 is #E7E9ED. Grayscale: #161616. Windows color (decimal): -15198702 or 1185304. OLE color: 1185304.

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

Color convert

RGB242218-
CMYK00.080.250.91
HSL40º14.29%8.24%-
HSV(B)40º25%9.41%-
XYZ0.770.810.69-
YUV22.14125.66129.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=37.5%
G=34.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24221800.080.250.914014.298.24
Hex18161208195B28e8
Octal30262201031133501610
Binary1100010110100100100011001101101110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181612; }

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

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

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

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

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

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

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

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