#000613

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

Shades of Black Russian #000613

Tints of Black Russian #000613

Color information

#000613 (or 0x000613) is unknown color: approx Black Russian. HEX triplet: 00, 06 and 13. RGB value is (0,6,19). Sum of RGB (Red+Green+Blue) = 0+6+19=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #000613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000613 is #FFF9EC. Grayscale: #050505. Windows color (decimal): -16775661 or 1246720. OLE color: 1246720.

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

Color convert

RGB0619-
CMYK10.6800.93
HSL221.05º100%3.73%-
HSV(B)221.05º100%7.45%-
XYZ0.180.180.64-
YUV5.69135.51123.94-

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) = 24%
BLUE value IS 19 (7.81% from 255) = 76%
R=0%
G=24%
B=76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal061910.6800.93221.051003.73
Hex0613644405Ddd644
Octal062314410401353351444
Binary0110100111100100100010001011101110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000613; }

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

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

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

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

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

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

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

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