#170502

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

Shades of Black #170502

Tints of Black #170502

Color information

#170502 (or 0x170502) is unknown color: approx Black. HEX triplet: 17, 05 and 02. RGB value is (23,5,2). Sum of RGB (Red+Green+Blue) = 23+5+2=30 (3% of max value = 765). Red value is 23 (9.38% from 255 or 76.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 23 - color contains mainly: red. Hex color #170502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170502 is #E8FAFD. Grayscale: #0A0A0A. Windows color (decimal): -15268606 or 132375. OLE color: 132375.

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

Color convert

RGB2352-
CMYK00.780.910.91
HSL8.57º84%4.9%-
HSV(B)8.57º91.3%9.02%-
XYZ0.420.30.09-
YUV10.04123.46137.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 76.67%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=76.67%
G=16.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal235200.780.910.918.57844.9
Hex175204E5B5B9545
Octal27520116133133111245
Binary1011110110010011101011011101101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170502; }

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

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

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

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

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

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

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

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