#01091F

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

Shades of Black Russian #01091F

Tints of Black Russian #01091F

Color information

#01091F (or 0x01091F) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 1F. RGB value is (1,9,31). Sum of RGB (Red+Green+Blue) = 1+9+31=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #01091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091F is #FEF6E0. Grayscale: #090909. Windows color (decimal): -16709345 or 2033921. OLE color: 2033921.

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

Color convert

RGB1931-
CMYK0.970.7100.88
HSL224º93.75%6.27%-
HSV(B)224º96.77%12.16%-
XYZ0.360.31.34-
YUV9.12140.35122.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 31 (12.5% from 255) = 75.61%
R=2.44%
G=21.95%
B=75.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal19310.970.7100.8822493.756.27
Hex191F6147058e05e6
Octal1113714110701303401366
Binary11001111111100001100011101011000111000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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