#01091A

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

Shades of Black Russian #01091A

Tints of Black Russian #01091A

Color information

#01091A (or 0x01091A) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 1A. RGB value is (1,9,26). Sum of RGB (Red+Green+Blue) = 1+9+26=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #01091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091A is #FEF6E5. Grayscale: #080808. Windows color (decimal): -16709350 or 1706241. OLE color: 1706241.

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

Color convert

RGB1926-
CMYK0.960.6500.90
HSL220.8º92.59%5.29%-
HSV(B)220.8º96.15%10.2%-
XYZ0.30.281.01-
YUV8.55137.85122.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 72.22%
R=2.78%
G=25%
B=72.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal19260.960.6500.90220.892.595.29
Hex191A604105Add5d5
Octal1113214010101323351355
Binary11001110101100000100000101011010110111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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