#01011A

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

Shades of Black Russian #01011A

Tints of Black Russian #01011A

Color information

#01011A (or 0x01011A) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 1A. RGB value is (1,1,26). Sum of RGB (Red+Green+Blue) = 1+1+26=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 26 (10.55% from 255 or 92.86% from 28); Max value from RGB is 26 - color contains mainly: blue. Hex color #01011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011A is #FEFEE5. Grayscale: #030303. Windows color (decimal): -16711398 or 1704193. OLE color: 1704193.

HSL color Cylindrical-coordinate representation of color #01011A: hue angle of 240º 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 #01011A is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1126-
CMYK0.960.9600.90
HSL240º92.59%5.29%-
HSV(B)240º96.15%10.2%-
XYZ0.210.10.99-
YUV3.85140.5125.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 1 (0.78% from 255) = 3.57%
BLUE value IS 26 (10.55% from 255) = 92.86%
R=3.57%
G=3.57%
B=92.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal11260.960.9600.9024092.595.29
Hex111A606005Af05d5
Octal113214014001323601355
Binary11110101100000110000001011010111100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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