#170201

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

Shades of Black #170201

Tints of Black #170201

Color information

#170201 (or 0x170201) is unknown color: approx Black. HEX triplet: 17, 02 and 01. RGB value is (23,2,1). Sum of RGB (Red+Green+Blue) = 23+2+1=26 (3% of max value = 765). Red value is 23 (9.38% from 255 or 88.46% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 23 - color contains mainly: red. Hex color #170201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170201 is #E8FDFE. Grayscale: #080808. Windows color (decimal): -15269375 or 66071. OLE color: 66071.

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

Color convert

RGB2321-
CMYK00.910.960.91
HSL2.73º91.67%4.71%-
HSV(B)2.73º95.65%9.02%-
XYZ0.380.230.05-
YUV8.17123.96138.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 88.46%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=88.46%
G=7.69%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal232100.910.960.912.7391.674.71
Hex172105B605B35c5
Octal2721013314013331345
Binary101111010101101111000001011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170201; }

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

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

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

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

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

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

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

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