Html Css Color HEX #020121 Black Russian

📋 copy color: '#020121'

red 2 ◦ green 1 ◦ blue 33

#020121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #020121

Tints of Black Russian #020121

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 value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#020121 (or 0x020121) is known color: 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

RGB 2 1 33 -
CMYK 0.94 0.97 0 0.87
HSL 241.88º 0.94% 0.07% -
HSV(B) 241.88º 0.97% 0.13% -
XYZ 0.31 0.14 1.45 -
YUV 4.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 2 1 33 0.94 0.97 0 0.87 241.88 0.94 0.07
Hex 2 1 21 5E 61 0 57 F2 5E 7
Octal 2 1 41 136 141 0 127 362 136 7
Binary 10 1 100001 1011110 1100001 0 1010111 11110010 1011110 111

Color Harmonies of #020121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020121

Black with #020121

Text Example


Text Example

White with #020121

Text Example


Text Example

HTML Codes & Css Web 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>