#170A01

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

Shades of Black #170A01

Tints of Black #170A01

Color information

#170A01 (or 0x170A01) is unknown color: approx Black. HEX triplet: 17, 0A and 01. RGB value is (23,10,1). Sum of RGB (Red+Green+Blue) = 23+10+1=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A01 is #E8F5FE. Grayscale: #0C0C0C. Windows color (decimal): -15267327 or 68119. OLE color: 68119.

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

Color convert

RGB23101-
CMYK00.570.960.91
HSL24.55º91.67%4.71%-
HSV(B)24.55º95.65%9.02%-
XYZ0.470.40.08-
YUV12.86121.31135.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 67.65%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=67.65%
G=29.41%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2310100.570.960.9124.5591.674.71
Hex17A1039605B195c5
Octal27121071140133311345
Binary1011110101011100111000001011011110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170A01; }

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

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

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

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

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

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

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

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