#050929

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

Shades of Black Russian #050929

Tints of Black Russian #050929

Color information

#050929 (or 0x050929) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 29. RGB value is (5,9,41). Sum of RGB (Red+Green+Blue) = 5+9+41=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 41 (16.41% from 255 or 74.55% from 55); Max value from RGB is 41 - color contains mainly: blue. Hex color #050929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050929 is #FAF6D6. Grayscale: #0B0B0B. Windows color (decimal): -16447191 or 2689285. OLE color: 2689285.

HSL color Cylindrical-coordinate representation of color #050929: hue angle of 233.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050929 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB5941-
CMYK0.880.7800.84
HSL233.33º78.26%9.02%-
HSV(B)233.33º87.8%16.08%-
XYZ0.560.392.14-
YUV11.45144.67123.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 41 (16.41% from 255) = 74.55%
R=9.09%
G=16.36%
B=74.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal59410.880.7800.84233.3378.269.02
Hex5929584E054e94e9
Octal51151130116012435111611
Binary101100110100110110001001110010101001110100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050929; }

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

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

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

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

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

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

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

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