#020017

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

Shades of Black Russian #020017

Tints of Black Russian #020017

Color information

#020017 (or 0x020017) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 17. RGB value is (2,0,23). Sum of RGB (Red+Green+Blue) = 2+0+23=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #020017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020017 is #FDFFE8. Grayscale: #030303. Windows color (decimal): -16646121 or 1507330. OLE color: 1507330.

HSL color Cylindrical-coordinate representation of color #020017: hue angle of 245.22º 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 #020017 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB2023-
CMYK0.91100.91
HSL245.22º100%4.51%-
HSV(B)245.22º100%9.02%-
XYZ0.180.070.82-
YUV3.22139.16127.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 92%
R=8%
G=0%
B=92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal20230.91100.91245.221004.51
Hex20175B6405Bf5645
Octal202713314401333651445
Binary100101111011011110010001011011111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020017; }

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

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

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

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

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

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

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

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