#010613

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

Shades of Black Russian #010613

Tints of Black Russian #010613

Color information

#010613 (or 0x010613) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 13. RGB value is (1,6,19). Sum of RGB (Red+Green+Blue) = 1+6+19=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #010613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010613 is #FEF9EC. Grayscale: #050505. Windows color (decimal): -16710125 or 1246721. OLE color: 1246721.

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

Color convert

RGB1619-
CMYK0.950.6800.93
HSL223.33º90%3.92%-
HSV(B)223.33º94.74%7.45%-
XYZ0.20.180.64-
YUV5.99135.34124.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=3.85%
G=23.08%
B=73.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal16190.950.6800.93223.33903.92
Hex16135F4405Ddf5a4
Octal162313710401353371324
Binary1110100111011111100010001011101110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010613; }

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

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

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

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

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

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

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

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