#050321

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

Shades of Black Russian #050321

Tints of Black Russian #050321

Color information

#050321 (or 0x050321) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 21. RGB value is (5,3,33). Sum of RGB (Red+Green+Blue) = 5+3+33=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 33 (13.28% from 255 or 80.49% from 41); Max value from RGB is 33 - color contains mainly: blue. Hex color #050321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050321 is #FAFCDE. Grayscale: #060606. Windows color (decimal): -16448735 or 2163461. OLE color: 2163461.

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

Color convert

RGB5333-
CMYK0.850.9100.87
HSL244º83.33%7.06%-
HSV(B)244º90.91%12.94%-
XYZ0.370.211.46-
YUV7.02142.66126.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 33 (13.28% from 255) = 80.49%
R=12.20%
G=7.32%
B=80.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53330.850.9100.8724483.337.06
Hex5321555B057f4537
Octal534112513301273641237
Binary101111000011010101101101101010111111101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050321; }

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

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

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

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

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

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

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

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