#01081A

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

Shades of Black Russian #01081A

Tints of Black Russian #01081A

Color information

#01081A (or 0x01081A) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 1A. RGB value is (1,8,26). Sum of RGB (Red+Green+Blue) = 1+8+26=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #01081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081A is #FEF7E5. Grayscale: #070707. Windows color (decimal): -16709606 or 1705985. OLE color: 1705985.

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

Color convert

RGB1826-
CMYK0.960.6900.90
HSL223.2º92.59%5.29%-
HSV(B)223.2º96.15%10.2%-
XYZ0.290.251.01-
YUV7.96138.18123.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 26 (10.55% from 255) = 74.29%
R=2.86%
G=22.86%
B=74.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal18260.960.6900.90223.292.595.29
Hex181A604505Adf5d5
Octal1103214010501323371355
Binary11000110101100000100010101011010110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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