#050521

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

Shades of Black Russian #050521

Tints of Black Russian #050521

Color information

#050521 (or 0x050521) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 21. RGB value is (5,5,33). Sum of RGB (Red+Green+Blue) = 5+5+33=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 33 (13.28% from 255 or 76.74% from 43); Max value from RGB is 33 - color contains mainly: blue. Hex color #050521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050521 is #FAFADE. Grayscale: #080808. Windows color (decimal): -16448223 or 2163973. OLE color: 2163973.

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

Color convert

RGB5533-
CMYK0.850.8500.87
HSL240º73.68%7.45%-
HSV(B)240º84.85%12.94%-
XYZ0.390.251.47-
YUV8.19142125.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 33 (13.28% from 255) = 76.74%
R=11.63%
G=11.63%
B=76.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal55330.850.8500.8724073.687.45
Hex55215555057f04a7
Octal554112512501273601127
Binary1011011000011010101101010101010111111100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050521; }

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

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

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

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

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

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

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

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