#170C07

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

Shades of Black #170C07

Tints of Black #170C07

Color information

#170C07 (or 0x170C07) is unknown color: approx Black. HEX triplet: 17, 0C and 07. RGB value is (23,12,7). Sum of RGB (Red+Green+Blue) = 23+12+7=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C07 is #E8F3F8. Grayscale: #0E0E0E. Windows color (decimal): -15266809 or 461847. OLE color: 461847.

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

Color convert

RGB23127-
CMYK00.480.700.91
HSL18.75º53.33%5.88%-
HSV(B)18.75º69.57%9.02%-
XYZ0.520.460.26-
YUV14.72123.64133.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 54.76%
GREEN value IS 12 (5.08% from 255) = 28.57%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=54.76%
G=28.57%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2312700.480.700.9118.7553.335.88
Hex17C7030465B13356
Octal2714706010613323656
Binary10111110011101100001000110101101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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