#05011E

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

Shades of Black Russian #05011E

Tints of Black Russian #05011E

Color information

#05011E (or 0x05011E) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 1E. RGB value is (5,1,30). Sum of RGB (Red+Green+Blue) = 5+1+30=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #05011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05011E is #FAFEE1. Grayscale: #050505. Windows color (decimal): -16449250 or 1966341. OLE color: 1966341.

HSL color Cylindrical-coordinate representation of color #05011E: hue angle of 248.28º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05011E is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB5130-
CMYK0.830.9700.88
HSL248.28º93.55%6.08%-
HSV(B)248.28º96.67%11.76%-
XYZ0.310.151.24-
YUV5.5141.83127.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 30 (12.11% from 255) = 83.33%
R=13.89%
G=2.78%
B=83.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal51300.830.9700.88248.2893.556.08
Hex511E5361058f85e6
Octal513612314101303701366
Binary1011111101010011110000101011000111110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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