#18170E

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

Shades of Maire #18170E

Tints of Maire #18170E

Color information

#18170E (or 0x18170E) is unknown color: approx Maire. HEX triplet: 18, 17 and 0E. RGB value is (24,23,14). Sum of RGB (Red+Green+Blue) = 24+23+14=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #18170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18170E is #E7E8F1. Grayscale: #161616. Windows color (decimal): -15198450 or 923416. OLE color: 923416.

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

Color convert

RGB242314-
CMYK00.040.420.91
HSL54º26.32%7.45%-
HSV(B)54º41.67%9.41%-
XYZ0.760.840.54-
YUV22.27123.33129.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=39.34%
G=37.70%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24231400.040.420.915426.327.45
Hex1817E042A5B361a7
Octal302716045213366327
Binary110001011111100100101010101101111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18170E; }

 p { color: rgb(24,23,14); }

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

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

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

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

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

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

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