#01091D

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

Shades of Black Russian #01091D

Tints of Black Russian #01091D

Color information

#01091D (or 0x01091D) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 1D. RGB value is (1,9,29). Sum of RGB (Red+Green+Blue) = 1+9+29=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #01091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091D is #FEF6E2. Grayscale: #080808. Windows color (decimal): -16709347 or 1902849. OLE color: 1902849.

HSL color Cylindrical-coordinate representation of color #01091D: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01091D is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1929-
CMYK0.970.6900.89
HSL222.86º93.33%5.88%-
HSV(B)222.86º96.55%11.37%-
XYZ0.330.291.2-
YUV8.89139.35122.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 29 (11.72% from 255) = 74.36%
R=2.56%
G=23.08%
B=74.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal19290.970.6900.89222.8693.335.88
Hex191D6145059df5d6
Octal1113514110501313371356
Binary11001111011100001100010101011001110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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