#170701

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

Shades of Black #170701

Tints of Black #170701

Color information

#170701 (or 0x170701) is unknown color: approx Black. HEX triplet: 17, 07 and 01. RGB value is (23,7,1). Sum of RGB (Red+Green+Blue) = 23+7+1=31 (4% of max value = 765). Red value is 23 (9.38% from 255 or 74.19% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 23 - color contains mainly: red. Hex color #170701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170701 is #E8F8FE. Grayscale: #0B0B0B. Windows color (decimal): -15268095 or 67351. OLE color: 67351.

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

Color convert

RGB2371-
CMYK00.700.960.91
HSL16.36º91.67%4.71%-
HSV(B)16.36º95.65%9.02%-
XYZ0.430.340.07-
YUV11.1122.3136.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 74.19%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=74.19%
G=22.58%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal237100.700.960.9116.3691.674.71
Hex1771046605B105c5
Octal27710106140133201345
Binary1011111110100011011000001011011100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170701; }

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

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

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

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

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

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

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

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