#050921

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

Shades of Black Russian #050921

Tints of Black Russian #050921

Color information

#050921 (or 0x050921) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 21. RGB value is (5,9,33). Sum of RGB (Red+Green+Blue) = 5+9+33=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #050921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050921 is #FAF6DE. Grayscale: #0A0A0A. Windows color (decimal): -16447199 or 2164997. OLE color: 2164997.

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

Color convert

RGB5933-
CMYK0.850.7300.87
HSL231.43º73.68%7.45%-
HSV(B)231.43º84.85%12.94%-
XYZ0.430.341.48-
YUV10.54140.67124.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 33 (13.28% from 255) = 70.21%
R=10.64%
G=19.15%
B=70.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal59330.850.7300.87231.4373.687.45
Hex59215549057e74a7
Octal5114112511101273471127
Binary10110011000011010101100100101010111111001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050921; }

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

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

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

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

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

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

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

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