#170A07

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

Shades of Black #170A07

Tints of Black #170A07

Color information

#170A07 (or 0x170A07) is unknown color: approx Black. HEX triplet: 17, 0A and 07. RGB value is (23,10,7). Sum of RGB (Red+Green+Blue) = 23+10+7=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #170A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A07 is #E8F5F8. Grayscale: #0D0D0D. Windows color (decimal): -15267321 or 461335. OLE color: 461335.

HSL color Cylindrical-coordinate representation of color #170A07: hue angle of 11.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170A07 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.91.

Color convert

RGB23107-
CMYK00.570.700.91
HSL11.25º53.33%5.88%-
HSV(B)11.25º69.57%9.02%-
XYZ0.50.410.25-
YUV13.54124.31134.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=57.5%
G=25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2310700.570.700.9111.2553.335.88
Hex17A7039465Bb356
Octal2712707110613313656
Binary1011110101110111001100011010110111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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