#01091B

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

Shades of Black Russian #01091B

Tints of Black Russian #01091B

Color information

#01091B (or 0x01091B) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 1B. RGB value is (1,9,27). Sum of RGB (Red+Green+Blue) = 1+9+27=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 27 (10.94% from 255 or 72.97% from 37); Max value from RGB is 27 - color contains mainly: blue. Hex color #01091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091B is #FEF6E4. Grayscale: #080808. Windows color (decimal): -16709349 or 1771777. OLE color: 1771777.

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

Color convert

RGB1927-
CMYK0.960.6700.89
HSL221.54º92.86%5.49%-
HSV(B)221.54º96.3%10.59%-
XYZ0.310.281.07-
YUV8.66138.35122.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 27 (10.94% from 255) = 72.97%
R=2.70%
G=24.32%
B=72.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal19270.960.6700.89221.5492.865.49
Hex191B6043059de5d5
Octal1113314010301313361355
Binary11001110111100000100001101011001110111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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