#170C0A

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

Shades of Black #170C0A

Tints of Black #170C0A

Color information

#170C0A (or 0x170C0A) is unknown color: approx Black. HEX triplet: 17, 0C and 0A. RGB value is (23,12,10). Sum of RGB (Red+Green+Blue) = 23+12+10=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0A is #E8F3F5. Grayscale: #0F0F0F. Windows color (decimal): -15266806 or 658455. OLE color: 658455.

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

Color convert

RGB231210-
CMYK00.480.570.91
HSL9.23º39.39%6.47%-
HSV(B)9.23º56.52%9.02%-
XYZ0.540.470.35-
YUV15.06125.14133.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=51.11%
G=26.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23121000.480.570.919.2339.396.47
Hex17CA030395B9276
Octal2714120607113311476
Binary1011111001010011000011100110110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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