#170202

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

Shades of Black #170202

Tints of Black #170202

Color information

#170202 (or 0x170202) is unknown color: approx Black. HEX triplet: 17, 02 and 02. RGB value is (23,2,2). Sum of RGB (Red+Green+Blue) = 23+2+2=27 (3% of max value = 765). Red value is 23 (9.38% from 255 or 85.19% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 23 - color contains mainly: red. Hex color #170202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170202 is #E8FDFD. Grayscale: #080808. Windows color (decimal): -15269374 or 131607. OLE color: 131607.

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

Color convert

RGB2322-
CMYK00.910.910.91
HSL84%4.9%-
HSV(B)91.3%9.02%-
XYZ0.390.230.08-
YUV8.28124.46138.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 85.19%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=85.19%
G=7.41%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal232200.910.910.910844.9
Hex172205B5B5B0545
Octal2722013313313301245
Binary101111010010110111011011101101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170202; }

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

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

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

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

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

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

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

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