#170B00

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

Shades of Black #170B00

Tints of Black #170B00

Color information

#170B00 (or 0x170B00) is unknown color: approx Black. HEX triplet: 17, 0B and 00. RGB value is (23,11,0). Sum of RGB (Red+Green+Blue) = 23+11+0=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B00 is #E8F4FF. Grayscale: #0D0D0D. Windows color (decimal): -15267072 or 2839. OLE color: 2839.

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

Color convert

RGB23110-
CMYK00.5210.91
HSL28.7º100%4.51%-
HSV(B)28.7º100%9.02%-
XYZ0.470.420.06-
YUV13.33120.48134.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 67.65%
GREEN value IS 11 (4.69% from 255) = 32.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.65%
G=32.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311000.5210.9128.71004.51
Hex17B0034645B1d645
Octal27130064144133351445
Binary1011110110011010011001001011011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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