#06051E

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

Shades of Black Russian #06051E

Tints of Black Russian #06051E

Color information

#06051E (or 0x06051E) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 1E. RGB value is (6,5,30). Sum of RGB (Red+Green+Blue) = 6+5+30=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #06051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06051E is #F9FAE1. Grayscale: #080808. Windows color (decimal): -16382690 or 1967366. OLE color: 1967366.

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

Color convert

RGB6530-
CMYK0.800.8300.88
HSL242.4º71.43%6.86%-
HSV(B)242.4º83.33%11.76%-
XYZ0.360.241.26-
YUV8.15140.33126.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=14.63%
G=12.20%
B=73.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal65300.800.8300.88242.471.436.86
Hex651E5053058f2477
Octal653612012301303621077
Binary110101111101010000101001101011000111100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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