#050407

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

Shades of Black Russian #050407

Tints of Black Russian #050407

Color information

#050407 (or 0x050407) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 07. RGB value is (5,4,7). Sum of RGB (Red+Green+Blue) = 5+4+7=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 4 (1.95% from 255 or 25% from 16); Blue value is 7 (3.12% from 255 or 43.75% from 16); Max value from RGB is 7 - color contains mainly: blue. Hex color #050407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050407 is #FAFBF8. Grayscale: #040404. Windows color (decimal): -16448505 or 459781. OLE color: 459781.

HSL color Cylindrical-coordinate representation of color #050407: hue angle of 260º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #050407 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB547-
CMYK0.290.4300.97
HSL260º27.27%2.16%-
HSV(B)260º42.86%2.75%-
XYZ0.140.130.22-
YUV4.64129.33128.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 4 (1.95% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 43.75%
R=31.25%
G=25%
B=43.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5470.290.4300.9726027.272.16
Hex5471D2B0611041b2
Octal54735530141404332
Binary10110011111101101011011000011000001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050407; }

 p { color: rgb(5,4,7); }

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

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

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

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

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

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

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