#000614

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

Shades of Black Russian #000614

Tints of Black Russian #000614

Color information

#000614 (or 0x000614) is unknown color: approx Black Russian. HEX triplet: 00, 06 and 14. RGB value is (0,6,20). Sum of RGB (Red+Green+Blue) = 0+6+20=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #000614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000614 is #FFF9EB. Grayscale: #050505. Windows color (decimal): -16775660 or 1312256. OLE color: 1312256.

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

Color convert

RGB0620-
CMYK10.7000.92
HSL222º100%3.92%-
HSV(B)222º100%7.84%-
XYZ0.190.180.69-
YUV5.8136.01123.86-

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) = 23.08%
BLUE value IS 20 (8.20% from 255) = 76.92%
R=0%
G=23.08%
B=76.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal062010.7000.922221003.92
Hex0614644605Cde644
Octal062414410601343361444
Binary0110101001100100100011001011100110111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000614; }

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

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

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

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

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

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

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

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