#020114

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

Shades of Black Russian #020114

Tints of Black Russian #020114

Color information

#020114 (or 0x020114) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 14. RGB value is (2,1,20). Sum of RGB (Red+Green+Blue) = 2+1+20=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 20 (8.20% from 255 or 86.96% from 23); Max value from RGB is 20 - color contains mainly: blue. Hex color #020114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020114 is #FDFEEB. Grayscale: #030303. Windows color (decimal): -16645868 or 1310978. OLE color: 1310978.

HSL color Cylindrical-coordinate representation of color #020114: hue angle of 243.16º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020114 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2120-
CMYK0.900.9500.92
HSL243.16º90.48%4.12%-
HSV(B)243.16º95%7.84%-
XYZ0.160.090.67-
YUV3.47137.33126.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 20 (8.20% from 255) = 86.96%
R=8.70%
G=4.35%
B=86.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21200.900.9500.92243.1690.484.12
Hex21145A5F05Cf35a4
Octal212413213701343631324
Binary101101001011010101111101011100111100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020114; }

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

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

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

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

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

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

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

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