#050309

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

Shades of Black Russian #050309

Tints of Black Russian #050309

Color information

#050309 (or 0x050309) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 09. RGB value is (5,3,9). Sum of RGB (Red+Green+Blue) = 5+3+9=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #050309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050309 is #FAFCF6. Grayscale: #040404. Windows color (decimal): -16448759 or 590597. OLE color: 590597.

HSL color Cylindrical-coordinate representation of color #050309: hue angle of 260º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050309 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB539-
CMYK0.440.6700.96
HSL260º50%2.35%-
HSV(B)260º66.67%3.53%-
XYZ0.140.120.27-
YUV4.28130.66128.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 3 (1.56% from 255) = 17.65%
BLUE value IS 9 (3.91% from 255) = 52.94%
R=29.41%
G=17.65%
B=52.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5390.440.6700.96260502.35
Hex5392C43060104322
Octal5311541030140404622
Binary10111100110110010000110110000010000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050309; }

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

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

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

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

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

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

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

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