#010512

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

Shades of Black Russian #010512

Tints of Black Russian #010512

Color information

#010512 (or 0x010512) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 12. RGB value is (1,5,18). Sum of RGB (Red+Green+Blue) = 1+5+18=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #010512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010512 is #FEFAED. Grayscale: #050505. Windows color (decimal): -16710382 or 1180929. OLE color: 1180929.

HSL color Cylindrical-coordinate representation of color #010512: hue angle of 225.88º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010512 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1518-
CMYK0.940.7200.93
HSL225.88º89.47%3.73%-
HSV(B)225.88º94.44%7.06%-
XYZ0.180.160.59-
YUV5.29135.17124.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 18 (7.42% from 255) = 75%
R=4.17%
G=20.83%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal15180.940.7200.93225.8889.473.73
Hex15125E4805De2594
Octal152213611001353421314
Binary1101100101011110100100001011101111000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010512; }

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

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

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

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

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

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

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

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