#170505

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

Shades of Black #170505

Tints of Black #170505

Color information

#170505 (or 0x170505) is unknown color: approx Black. HEX triplet: 17, 05 and 05. RGB value is (23,5,5). Sum of RGB (Red+Green+Blue) = 23+5+5=33 (4% of max value = 765). Red value is 23 (9.38% from 255 or 69.70% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 23 - color contains mainly: red. Hex color #170505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170505 is #E8FAFA. Grayscale: #0A0A0A. Windows color (decimal): -15268603 or 328983. OLE color: 328983.

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

Color convert

RGB2355-
CMYK00.780.780.91
HSL64.29%5.49%-
HSV(B)78.26%9.02%-
XYZ0.440.30.18-
YUV10.38124.96137-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 69.70%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=69.70%
G=15.15%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal235500.780.780.91064.295.49
Hex175504E4E5B0405
Octal2755011611613301005
Binary10111101101010011101001110101101101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170505; }

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

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

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

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

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

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

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

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