#01011F

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

Shades of Black Russian #01011F

Tints of Black Russian #01011F

Color information

#01011F (or 0x01011F) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 1F. RGB value is (1,1,31). Sum of RGB (Red+Green+Blue) = 1+1+31=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 31 (12.5% from 255 or 93.94% from 33); Max value from RGB is 31 - color contains mainly: blue. Hex color #01011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011F is #FEFEE0. Grayscale: #040404. Windows color (decimal): -16711393 or 2031873. OLE color: 2031873.

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

Color convert

RGB1131-
CMYK0.970.9700.88
HSL240º93.75%6.27%-
HSV(B)240º96.77%12.16%-
XYZ0.270.131.31-
YUV4.42143125.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 31 (12.5% from 255) = 93.94%
R=3.03%
G=3.03%
B=93.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal11310.970.9700.8824093.756.27
Hex111F6161058f05e6
Octal113714114101303601366
Binary11111111100001110000101011000111100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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