#18170F

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

Shades of Maire #18170F

Tints of Maire #18170F

Color information

#18170F (or 0x18170F) is unknown color: approx Maire. HEX triplet: 18, 17 and 0F. RGB value is (24,23,15). Sum of RGB (Red+Green+Blue) = 24+23+15=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #18170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18170F is #E7E8F0. Grayscale: #161616. Windows color (decimal): -15198449 or 988952. OLE color: 988952.

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

Color convert

RGB242315-
CMYK00.040.370.91
HSL53.33º23.08%7.65%-
HSV(B)53.33º37.5%9.41%-
XYZ0.770.840.57-
YUV22.39123.83129.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=38.71%
G=37.10%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24231500.040.370.9153.3323.087.65
Hex1817F04255B35178
Octal3027170445133652710
Binary1100010111111101001001011011011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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