#050315

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

Shades of Black Russian #050315

Tints of Black Russian #050315

Color information

#050315 (or 0x050315) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 15. RGB value is (5,3,21). Sum of RGB (Red+Green+Blue) = 5+3+21=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #050315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050315 is #FAFCEA. Grayscale: #050505. Windows color (decimal): -16448747 or 1377029. OLE color: 1377029.

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

Color convert

RGB5321-
CMYK0.760.8600.92
HSL246.67º75%4.71%-
HSV(B)246.67º85.71%8.24%-
XYZ0.230.150.73-
YUV5.65136.66127.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 21 (8.59% from 255) = 72.41%
R=17.24%
G=10.34%
B=72.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal53210.760.8600.92246.67754.71
Hex53154C5605Cf74b5
Octal532511412601343671135
Binary10111101011001100101011001011100111101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050315; }

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

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

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

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

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

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

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

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