#00011A

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

Shades of Black Russian #00011A

Tints of Black Russian #00011A

Color information

#00011A (or 0x00011A) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 1A. RGB value is (0,1,26). Sum of RGB (Red+Green+Blue) = 0+1+26=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 26 (10.55% from 255 or 96.30% from 27); Max value from RGB is 26 - color contains mainly: blue. Hex color #00011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011A is #FFFEE5. Grayscale: #030303. Windows color (decimal): -16776934 or 1704192. OLE color: 1704192.

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

Color convert

RGB0126-
CMYK10.9600.90
HSL237.69º100%5.1%-
HSV(B)237.69º100%10.2%-
XYZ0.20.10.99-
YUV3.55140.67125.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 26 (10.55% from 255) = 96.30%
R=0%
G=3.70%
B=96.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal012610.9600.90237.691005.1
Hex011A646005Aee645
Octal013214414001323561445
Binary01110101100100110000001011010111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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