#171208

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

Shades of Maire #171208

Tints of Maire #171208

Color information

#171208 (or 0x171208) is unknown color: approx Maire. HEX triplet: 17, 12 and 08. RGB value is (23,18,8). Sum of RGB (Red+Green+Blue) = 23+18+8=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #171208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171208 is #E8EDF7. Grayscale: #121212. Windows color (decimal): -15265272 or 528919. OLE color: 528919.

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

Color convert

RGB23188-
CMYK00.220.650.91
HSL40º48.39%6.08%-
HSV(B)40º65.22%9.02%-
XYZ0.610.630.32-
YUV18.35122.16131.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=46.94%
G=36.73%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2318800.220.650.914048.396.08
Hex17128016415B28306
Octal27221002610113350606
Binary1011110010100001011010000011011011101000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171208; }

 p { color: rgb(23,18,8); }

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

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

 a { background-color: rgb(23,18,8); }

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

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

 span { border-color: rgb(23,18,8); }

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