#020121

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

Shades of Black Russian #020121

Tints of Black Russian #020121

Color information

#020121 (or 0x020121) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 21. RGB value is (2,1,33). Sum of RGB (Red+Green+Blue) = 2+1+33=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 33 (13.28% from 255 or 91.67% from 36); Max value from RGB is 33 - color contains mainly: blue. Hex color #020121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020121 is #FDFEDE. Grayscale: #040404. Windows color (decimal): -16645855 or 2162946. OLE color: 2162946.

HSL color Cylindrical-coordinate representation of color #020121: hue angle of 241.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020121 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB2133-
CMYK0.940.9700.87
HSL241.88º94.12%6.67%-
HSV(B)241.88º96.97%12.94%-
XYZ0.310.141.45-
YUV4.95143.83125.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 33 (13.28% from 255) = 91.67%
R=5.56%
G=2.78%
B=91.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal21330.940.9700.87241.8894.126.67
Hex21215E61057f25e7
Octal214113614101273621367
Binary1011000011011110110000101010111111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020121; }

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

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

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

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

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

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

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

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