#18170A

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

Shades of Maire #18170A

Tints of Maire #18170A

Color information

#18170A (or 0x18170A) is unknown color: approx Maire. HEX triplet: 18, 17 and 0A. RGB value is (24,23,10). Sum of RGB (Red+Green+Blue) = 24+23+10=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #18170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18170A is #E7E8F5. Grayscale: #151515. Windows color (decimal): -15198454 or 661272. OLE color: 661272.

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

Color convert

RGB242310-
CMYK00.040.580.91
HSL55.71º41.18%6.67%-
HSV(B)55.71º58.33%9.41%-
XYZ0.740.830.41-
YUV21.82121.33129.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=42.11%
G=40.35%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24231000.040.580.9155.7141.186.67
Hex1817A043A5B38297
Octal302712047213370517
Binary1100010111101001001110101011011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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