#050316

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

Shades of Black Russian #050316

Tints of Black Russian #050316

Color information

#050316 (or 0x050316) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 16. RGB value is (5,3,22). Sum of RGB (Red+Green+Blue) = 5+3+22=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #050316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050316 is #FAFCE9. Grayscale: #050505. Windows color (decimal): -16448746 or 1442565. OLE color: 1442565.

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

Color convert

RGB5322-
CMYK0.770.8600.91
HSL246.32º76%4.9%-
HSV(B)246.32º86.36%8.63%-
XYZ0.240.160.78-
YUV5.76137.16127.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 22 (8.98% from 255) = 73.33%
R=16.67%
G=10%
B=73.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal53220.770.8600.91246.32764.9
Hex53164D5605Bf64c5
Octal532611512601333661145
Binary10111101101001101101011001011011111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050316; }

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

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

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

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

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

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

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

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