#050922

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

Shades of Black Russian #050922

Tints of Black Russian #050922

Color information

#050922 (or 0x050922) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 22. RGB value is (5,9,34). Sum of RGB (Red+Green+Blue) = 5+9+34=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #050922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050922 is #FAF6DD. Grayscale: #0A0A0A. Windows color (decimal): -16447198 or 2230533. OLE color: 2230533.

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

Color convert

RGB5934-
CMYK0.850.7400.87
HSL231.72º74.36%7.65%-
HSV(B)231.72º85.29%13.33%-
XYZ0.450.341.56-
YUV10.65141.17123.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 34 (13.67% from 255) = 70.83%
R=10.42%
G=18.75%
B=70.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal59340.850.7400.87231.7274.367.65
Hex5922554A057e84a8
Octal51142125112012735011210
Binary101100110001010101011001010010101111110100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050922; }

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

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

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

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

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

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

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

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