#05060E

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

Shades of Black Russian #05060E

Tints of Black Russian #05060E

Color information

#05060E (or 0x05060E) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 0E. RGB value is (5,6,14). Sum of RGB (Red+Green+Blue) = 5+6+14=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 14 (5.86% from 255 or 56% from 25); Max value from RGB is 14 - color contains mainly: blue. Hex color #05060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060E is #FAF9F1. Grayscale: #060606. Windows color (decimal): -16447986 or 919045. OLE color: 919045.

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

Color convert

RGB5614-
CMYK0.640.5700.95
HSL233.33º47.37%3.73%-
HSV(B)233.33º64.29%5.49%-
XYZ0.210.190.44-
YUV6.61132.17126.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 14 (5.86% from 255) = 56%
R=20%
G=24%
B=56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal56140.640.5700.95233.3347.373.73
Hex56E403905Fe92f4
Octal5616100710137351574
Binary101110111010000001110010101111111101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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