#170B02

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

Shades of Black #170B02

Tints of Black #170B02

Color information

#170B02 (or 0x170B02) is unknown color: approx Black. HEX triplet: 17, 0B and 02. RGB value is (23,11,2). Sum of RGB (Red+Green+Blue) = 23+11+2=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #170B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B02 is #E8F4FD. Grayscale: #0D0D0D. Windows color (decimal): -15267070 or 133911. OLE color: 133911.

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

Color convert

RGB23112-
CMYK00.520.910.91
HSL25.71º84%4.9%-
HSV(B)25.71º91.3%9.02%-
XYZ0.480.430.11-
YUV13.56121.48134.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 63.89%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=63.89%
G=30.56%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311200.520.910.9125.71844.9
Hex17B20345B5B1a545
Octal27132064133133321245
Binary10111101110011010010110111011011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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