#050014

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

Shades of Black Russian #050014

Tints of Black Russian #050014

Color information

#050014 (or 0x050014) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 14. RGB value is (5,0,20). Sum of RGB (Red+Green+Blue) = 5+0+20=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 20 (8.20% from 255 or 80% from 25); Max value from RGB is 20 - color contains mainly: blue. Hex color #050014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050014 is #FAFFEB. Grayscale: #030303. Windows color (decimal): -16449516 or 1310725. OLE color: 1310725.

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

Color convert

RGB5020-
CMYK0.75100.92
HSL255º100%3.92%-
HSV(B)255º100%7.84%-
XYZ0.190.080.67-
YUV3.78137.16128.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal50200.75100.922551003.92
Hex50144B6405Cff644
Octal502411314401343771444
Binary1010101001001011110010001011100111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050014; }

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

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

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

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

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

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

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

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