#020117

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

Shades of Black Russian #020117

Tints of Black Russian #020117

Color information

#020117 (or 0x020117) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 17. RGB value is (2,1,23). Sum of RGB (Red+Green+Blue) = 2+1+23=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 23 (9.38% from 255 or 88.46% from 26); Max value from RGB is 23 - color contains mainly: blue. Hex color #020117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020117 is #FDFEE8. Grayscale: #030303. Windows color (decimal): -16645865 or 1507586. OLE color: 1507586.

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

Color convert

RGB2123-
CMYK0.910.9600.91
HSL242.73º91.67%4.71%-
HSV(B)242.73º95.65%9.02%-
XYZ0.190.10.82-
YUV3.81138.83126.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.69%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 23 (9.38% from 255) = 88.46%
R=7.69%
G=3.85%
B=88.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal21230.910.9600.91242.7391.674.71
Hex21175B6005Bf35c5
Octal212713314001333631345
Binary101101111011011110000001011011111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020117; }

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

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

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

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

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

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

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

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