#170B08

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

Shades of Black #170B08

Tints of Black #170B08

Color information

#170B08 (or 0x170B08) is unknown color: approx Black. HEX triplet: 17, 0B and 08. RGB value is (23,11,8). Sum of RGB (Red+Green+Blue) = 23+11+8=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B08 is #E8F4F7. Grayscale: #0E0E0E. Windows color (decimal): -15267064 or 527127. OLE color: 527127.

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

Color convert

RGB23118-
CMYK00.520.650.91
HSL12º48.39%6.08%-
HSV(B)12º65.22%9.02%-
XYZ0.520.440.29-
YUV14.25124.48134.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 54.76%
GREEN value IS 11 (4.69% from 255) = 26.19%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=54.76%
G=26.19%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311800.520.650.911248.396.08
Hex17B8034415Bc306
Octal27131006410113314606
Binary10111101110000110100100000110110111100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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