#170C0B

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

Shades of Black #170C0B

Tints of Black #170C0B

Color information

#170C0B (or 0x170C0B) is unknown color: approx Black. HEX triplet: 17, 0C and 0B. RGB value is (23,12,11). Sum of RGB (Red+Green+Blue) = 23+12+11=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0B is #E8F3F4. Grayscale: #0F0F0F. Windows color (decimal): -15266805 or 723991. OLE color: 723991.

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

Color convert

RGB231211-
CMYK00.480.520.91
HSL35.29%6.67%-
HSV(B)52.17%9.02%-
XYZ0.550.470.38-
YUV15.18125.64133.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=50%
G=26.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23121100.480.520.91535.296.67
Hex17CB030345B5237
Octal271413060641335437
Binary101111100101101100001101001011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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