#010518

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

Shades of Black Russian #010518

Tints of Black Russian #010518

Color information

#010518 (or 0x010518) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 18. RGB value is (1,5,24). Sum of RGB (Red+Green+Blue) = 1+5+24=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #010518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010518 is #FEFAE7. Grayscale: #050505. Windows color (decimal): -16710376 or 1574145. OLE color: 1574145.

HSL color Cylindrical-coordinate representation of color #010518: hue angle of 229.57º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010518 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1524-
CMYK0.960.7900.91
HSL229.57º92%4.9%-
HSV(B)229.57º95.83%9.41%-
XYZ0.230.180.89-
YUV5.97138.17124.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 80%
R=3.33%
G=16.67%
B=80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal15240.960.7900.91229.57924.9
Hex1518604F05Be65c5
Octal153014011701333461345
Binary1101110001100000100111101011011111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010518; }

 p { color: rgb(1,5,24); }

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

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

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

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

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

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

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