#050515

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

Shades of Black Russian #050515

Tints of Black Russian #050515

Color information

#050515 (or 0x050515) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 15. RGB value is (5,5,21). Sum of RGB (Red+Green+Blue) = 5+5+21=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #050515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050515 is #FAFAEA. Grayscale: #060606. Windows color (decimal): -16448235 or 1377541. OLE color: 1377541.

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

Color convert

RGB5521-
CMYK0.760.7600.92
HSL240º61.54%5.1%-
HSV(B)240º76.19%8.24%-
XYZ0.250.190.73-
YUV6.82136126.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 21 (8.59% from 255) = 67.74%
R=16.13%
G=16.13%
B=67.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal55210.760.7600.9224061.545.1
Hex55154C4C05Cf03e5
Octal55251141140134360765
Binary10110110101100110010011000101110011110000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050515; }

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

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

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

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

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

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

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

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