#050930

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

Shades of Black Russian #050930

Tints of Black Russian #050930

Color information

#050930 (or 0x050930) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 30. RGB value is (5,9,48). Sum of RGB (Red+Green+Blue) = 5+9+48=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #050930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050930 is #FAF6CF. Grayscale: #0C0C0C. Windows color (decimal): -16447184 or 3148037. OLE color: 3148037.

HSL color Cylindrical-coordinate representation of color #050930: hue angle of 234.42º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050930 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB5948-
CMYK0.900.8100.81
HSL234.42º81.13%10.39%-
HSV(B)234.42º89.58%18.82%-
XYZ0.690.442.84-
YUV12.25148.17122.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 48 (19.14% from 255) = 77.42%
R=8.06%
G=14.52%
B=77.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal59480.900.8100.81234.4281.1310.39
Hex59305A51051ea51a
Octal51160132121012135212112
Binary101100111000010110101010001010100011110101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050930; }

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

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

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

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

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

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

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

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