#01081C

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

Shades of Black Russian #01081C

Tints of Black Russian #01081C

Color information

#01081C (or 0x01081C) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 1C. RGB value is (1,8,28). Sum of RGB (Red+Green+Blue) = 1+8+28=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #01081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081C is #FEF7E3. Grayscale: #080808. Windows color (decimal): -16709604 or 1837057. OLE color: 1837057.

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

Color convert

RGB1828-
CMYK0.960.7100.89
HSL224.44º93.1%5.69%-
HSV(B)224.44º96.43%10.98%-
XYZ0.310.261.13-
YUV8.19139.18122.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 28 (11.33% from 255) = 75.68%
R=2.70%
G=21.62%
B=75.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal18280.960.7100.89224.4493.15.69
Hex181C6047059e05d6
Octal1103414010701313401356
Binary11000111001100000100011101011001111000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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