#05010E

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

Shades of Black Russian #05010E

Tints of Black Russian #05010E

Color information

#05010E (or 0x05010E) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 0E. RGB value is (5,1,14). Sum of RGB (Red+Green+Blue) = 5+1+14=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 14 (5.86% from 255 or 70% from 20); Max value from RGB is 14 - color contains mainly: blue. Hex color #05010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010E is #FAFEF1. Grayscale: #030303. Windows color (decimal): -16449266 or 917765. OLE color: 917765.

HSL color Cylindrical-coordinate representation of color #05010E: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05010E is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5114-
CMYK0.640.9300.95
HSL258.46º86.67%2.94%-
HSV(B)258.46º92.86%5.49%-
XYZ0.150.090.42-
YUV3.68133.83128.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 14 (5.86% from 255) = 70%
R=25%
G=5%
B=70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51140.640.9300.95258.4686.672.94
Hex51E405D05F102573
Octal511610013501374021273
Binary101111101000000101110101011111100000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05010E; }

 p { color: rgb(5,1,14); }

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

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

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

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

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

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

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