#01061F

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

Shades of Black Russian #01061F

Tints of Black Russian #01061F

Color information

#01061F (or 0x01061F) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 1F. RGB value is (1,6,31). Sum of RGB (Red+Green+Blue) = 1+6+31=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #01061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01061F is #FEF9E0. Grayscale: #070707. Windows color (decimal): -16710113 or 2033153. OLE color: 2033153.

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

Color convert

RGB1631-
CMYK0.970.8100.88
HSL230º93.75%6.27%-
HSV(B)230º96.77%12.16%-
XYZ0.320.241.32-
YUV7.36141.34123.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 31 (12.5% from 255) = 81.58%
R=2.63%
G=15.79%
B=81.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal16310.970.8100.8823093.756.27
Hex161F6151058e65e6
Octal163714112101303461366
Binary1110111111100001101000101011000111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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