#171202

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

Shades of Maire #171202

Tints of Maire #171202

Color information

#171202 (or 0x171202) is unknown color: approx Maire. HEX triplet: 17, 12 and 02. RGB value is (23,18,2). Sum of RGB (Red+Green+Blue) = 23+18+2=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #171202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171202 is #E8EDFD. Grayscale: #111111. Windows color (decimal): -15265278 or 135703. OLE color: 135703.

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

Color convert

RGB23182-
CMYK00.220.910.91
HSL45.71º84%4.9%-
HSV(B)45.71º91.3%9.02%-
XYZ0.580.620.15-
YUV17.67119.16131.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=53.49%
G=41.86%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2318200.220.910.9145.71844.9
Hex171220165B5B2e545
Octal27222026133133561245
Binary101111001010010110101101110110111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171202; }

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

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

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

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

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

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

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

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