#01091E

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

Shades of Black Russian #01091E

Tints of Black Russian #01091E

Color information

#01091E (or 0x01091E) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 1E. RGB value is (1,9,30). Sum of RGB (Red+Green+Blue) = 1+9+30=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #01091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091E is #FEF6E1. Grayscale: #080808. Windows color (decimal): -16709346 or 1968385. OLE color: 1968385.

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

Color convert

RGB1930-
CMYK0.970.7000.88
HSL223.45º93.55%6.08%-
HSV(B)223.45º96.67%11.76%-
XYZ0.340.31.27-
YUV9139.85122.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 30 (12.11% from 255) = 75%
R=2.5%
G=22.5%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal19300.970.7000.88223.4593.556.08
Hex191E6146058df5e6
Octal1113614110601303371366
Binary11001111101100001100011001011000110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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