#170C05

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

Shades of Black #170C05

Tints of Black #170C05

Color information

#170C05 (or 0x170C05) is unknown color: approx Black. HEX triplet: 17, 0C and 05. RGB value is (23,12,5). Sum of RGB (Red+Green+Blue) = 23+12+5=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #170C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C05 is #E8F3FA. Grayscale: #0E0E0E. Windows color (decimal): -15266811 or 330775. OLE color: 330775.

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

Color convert

RGB23125-
CMYK00.480.780.91
HSL23.33º64.29%5.49%-
HSV(B)23.33º78.26%9.02%-
XYZ0.510.460.2-
YUV14.49122.64134.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=57.5%
G=30%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2312500.480.780.9123.3364.295.49
Hex17C50304E5B17405
Octal27145060116133271005
Binary101111100101011000010011101011011101111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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