#06011E

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

Shades of Black Russian #06011E

Tints of Black Russian #06011E

Color information

#06011E (or 0x06011E) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 1E. RGB value is (6,1,30). Sum of RGB (Red+Green+Blue) = 6+1+30=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #06011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06011E is #F9FEE1. Grayscale: #050505. Windows color (decimal): -16383714 or 1966342. OLE color: 1966342.

HSL color Cylindrical-coordinate representation of color #06011E: hue angle of 250.34º 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 #06011E is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB6130-
CMYK0.800.9700.88
HSL250.34º93.55%6.08%-
HSV(B)250.34º96.67%11.76%-
XYZ0.320.151.24-
YUV5.8141.66128.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 30 (12.11% from 255) = 81.08%
R=16.22%
G=2.70%
B=81.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal61300.800.9700.88250.3493.556.08
Hex611E5061058fa5e6
Octal613612014101303721366
Binary1101111101010000110000101011000111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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