#050214

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

Shades of Black Russian #050214

Tints of Black Russian #050214

Color information

#050214 (or 0x050214) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 14. RGB value is (5,2,20). Sum of RGB (Red+Green+Blue) = 5+2+20=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #050214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050214 is #FAFDEB. Grayscale: #040404. Windows color (decimal): -16449004 or 1311237. OLE color: 1311237.

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

Color convert

RGB5220-
CMYK0.750.9000.92
HSL250º81.82%4.31%-
HSV(B)250º90%7.84%-
XYZ0.210.130.68-
YUV4.95136.49128.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 20 (8.20% from 255) = 74.07%
R=18.52%
G=7.41%
B=74.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52200.750.9000.9225081.824.31
Hex52144B5A05Cfa524
Octal522411313201343721224
Binary10110101001001011101101001011100111110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050214; }

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

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

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

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

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

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

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

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