#000512

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

Shades of Black Russian #000512

Tints of Black Russian #000512

Color information

#000512 (or 0x000512) is unknown color: approx Black Russian. HEX triplet: 00, 05 and 12. RGB value is (0,5,18). Sum of RGB (Red+Green+Blue) = 0+5+18=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #000512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000512 is #FFFAED. Grayscale: #040404. Windows color (decimal): -16775918 or 1180928. OLE color: 1180928.

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

Color convert

RGB0518-
CMYK10.7200.93
HSL223.33º100%3.53%-
HSV(B)223.33º100%7.06%-
XYZ0.160.150.59-
YUV4.99135.34124.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 78.26%
R=0%
G=21.74%
B=78.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal051810.7200.93223.331003.53
Hex0512644805Ddf644
Octal052214411001353371444
Binary0101100101100100100100001011101110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000512; }

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

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

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

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

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

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

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

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