#050814

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

Shades of Black Russian #050814

Tints of Black Russian #050814

Color information

#050814 (or 0x050814) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 14. RGB value is (5,8,20). Sum of RGB (Red+Green+Blue) = 5+8+20=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #050814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050814 is #FAF7EB. Grayscale: #080808. Windows color (decimal): -16447468 or 1312773. OLE color: 1312773.

HSL color Cylindrical-coordinate representation of color #050814: hue angle of 228º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050814 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB5820-
CMYK0.750.6000.92
HSL228º60%4.9%-
HSV(B)228º75%7.84%-
XYZ0.280.260.7-
YUV8.47134.51125.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.15%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 20 (8.20% from 255) = 60.61%
R=15.15%
G=24.24%
B=60.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal58200.750.6000.92228604.9
Hex58144B3C05Ce43c5
Octal51024113740134344745
Binary10110001010010010111111000101110011100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050814; }

 p { color: rgb(5,8,20); }

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

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

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

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

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

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

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