#050509

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

Shades of Black Russian #050509

Tints of Black Russian #050509

Color information

#050509 (or 0x050509) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 09. RGB value is (5,5,9). Sum of RGB (Red+Green+Blue) = 5+5+9=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #050509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050509 is #FAFAF6. Grayscale: #050505. Windows color (decimal): -16448247 or 591109. OLE color: 591109.

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

Color convert

RGB559-
CMYK0.440.4400.96
HSL240º28.57%2.75%-
HSV(B)240º44.44%3.53%-
XYZ0.170.160.28-
YUV5.46130127.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 26.32%
GREEN value IS 5 (2.34% from 255) = 26.32%
BLUE value IS 9 (3.91% from 255) = 47.37%
R=26.32%
G=26.32%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5590.440.4400.9624028.572.75
Hex5592C2C060f01d3
Octal551154540140360353
Binary101101100110110010110001100000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050509; }

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

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

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

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

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

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

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

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