#000612

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

Shades of Black Russian #000612

Tints of Black Russian #000612

Color information

#000612 (or 0x000612) is unknown color: approx Black Russian. HEX triplet: 00, 06 and 12. RGB value is (0,6,18). Sum of RGB (Red+Green+Blue) = 0+6+18=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 6 (2.73% from 255 or 25% 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 #000612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000612 is #FFF9ED. Grayscale: #050505. Windows color (decimal): -16775662 or 1181184. OLE color: 1181184.

HSL color Cylindrical-coordinate representation of color #000612: hue angle of 220º 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 #000612 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB0618-
CMYK10.6700.93
HSL220º100%3.53%-
HSV(B)220º100%7.06%-
XYZ0.170.170.6-
YUV5.57135.01124.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 75%
R=0%
G=25%
B=75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal061810.6700.932201003.53
Hex0612644305Ddc644
Octal062214410301353341444
Binary0110100101100100100001101011101110111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000612; }

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

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

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

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

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

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

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

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