#171302

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

Shades of Maire #171302

Tints of Maire #171302

Color information

#171302 (or 0x171302) is unknown color: approx Maire. HEX triplet: 17, 13 and 02. RGB value is (23,19,2). Sum of RGB (Red+Green+Blue) = 23+19+2=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #171302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171302 is #E8ECFD. Grayscale: #121212. Windows color (decimal): -15265022 or 135959. OLE color: 135959.

HSL color Cylindrical-coordinate representation of color #171302: hue angle of 48.57º 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 #171302 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB23192-
CMYK00.170.910.91
HSL48.57º84%4.9%-
HSV(B)48.57º91.3%9.02%-
XYZ0.60.650.15-
YUV18.26118.83131.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=52.27%
G=43.18%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2319200.170.910.9148.57844.9
Hex171320115B5B31545
Octal27232021133133611245
Binary101111001110010001101101110110111100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171302; }

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

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

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

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

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

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

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

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