#01060F

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

Shades of Black Russian #01060F

Tints of Black Russian #01060F

Color information

#01060F (or 0x01060F) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 0F. RGB value is (1,6,15). Sum of RGB (Red+Green+Blue) = 1+6+15=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 15 (6.25% from 255 or 68.18% from 22); Max value from RGB is 15 - color contains mainly: blue. Hex color #01060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01060F is #FEF9F0. Grayscale: #050505. Windows color (decimal): -16710129 or 984577. OLE color: 984577.

HSL color Cylindrical-coordinate representation of color #01060F: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #01060F is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB1615-
CMYK0.930.6000.94
HSL218.57º87.5%3.14%-
HSV(B)218.57º93.33%5.88%-
XYZ0.160.170.48-
YUV5.53133.34124.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 68.18%
R=4.55%
G=27.27%
B=68.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16150.930.6000.94218.5787.53.14
Hex16F5D3C05Edb583
Octal16171357401363331303
Binary1110111110111011111000101111011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01060F; }

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

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

<style>
 a { background-color: #01060F; }

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

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

<style>
 span { border-color: #01060F; }

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

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