#050015

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

Shades of Black Russian #050015

Tints of Black Russian #050015

Color information

#050015 (or 0x050015) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 15. RGB value is (5,0,21). Sum of RGB (Red+Green+Blue) = 5+0+21=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #050015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050015 is #FAFFEA. Grayscale: #030303. Windows color (decimal): -16449515 or 1376261. OLE color: 1376261.

HSL color Cylindrical-coordinate representation of color #050015: hue angle of 254.29º 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 #050015 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB5021-
CMYK0.76100.92
HSL254.29º100%4.12%-
HSV(B)254.29º100%8.24%-
XYZ0.20.090.72-
YUV3.89137.66128.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 80.77%
R=19.23%
G=0%
B=80.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal50210.76100.92254.291004.12
Hex50154C6405Cfe644
Octal502511414401343761444
Binary1010101011001100110010001011100111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050015; }

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

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

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

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

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

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

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

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