#01081B

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

Shades of Black Russian #01081B

Tints of Black Russian #01081B

Color information

#01081B (or 0x01081B) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 1B. RGB value is (1,8,27). Sum of RGB (Red+Green+Blue) = 1+8+27=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 27 (10.94% from 255 or 75% from 36); Max value from RGB is 27 - color contains mainly: blue. Hex color #01081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081B is #FEF7E4. Grayscale: #070707. Windows color (decimal): -16709605 or 1771521. OLE color: 1771521.

HSL color Cylindrical-coordinate representation of color #01081B: hue angle of 223.85º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01081B is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1827-
CMYK0.960.7000.89
HSL223.85º92.86%5.49%-
HSV(B)223.85º96.3%10.59%-
XYZ0.30.261.07-
YUV8.07138.68122.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 8 (3.52% from 255) = 22.22%
BLUE value IS 27 (10.94% from 255) = 75%
R=2.78%
G=22.22%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal18270.960.7000.89223.8592.865.49
Hex181B6046059e05d5
Octal1103314010601313401355
Binary11000110111100000100011001011001111000001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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