#050121

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

Shades of Black Russian #050121

Tints of Black Russian #050121

Color information

#050121 (or 0x050121) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 21. RGB value is (5,1,33). Sum of RGB (Red+Green+Blue) = 5+1+33=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 33 (13.28% from 255 or 84.62% from 39); Max value from RGB is 33 - color contains mainly: blue. Hex color #050121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050121 is #FAFEDE. Grayscale: #050505. Windows color (decimal): -16449247 or 2162949. OLE color: 2162949.

HSL color Cylindrical-coordinate representation of color #050121: hue angle of 247.5º 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 #050121 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB5133-
CMYK0.850.9700.87
HSL247.5º94.12%6.67%-
HSV(B)247.5º96.97%12.94%-
XYZ0.350.161.45-
YUV5.84143.33127.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 33 (13.28% from 255) = 84.62%
R=12.82%
G=2.56%
B=84.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal51330.850.9700.87247.594.126.67
Hex51215561057f85e7
Octal514112514101273701367
Binary10111000011010101110000101010111111110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050121; }

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

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

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

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

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

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

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

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