#010713

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

Shades of Black Russian #010713

Tints of Black Russian #010713

Color information

#010713 (or 0x010713) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 13. RGB value is (1,7,19). Sum of RGB (Red+Green+Blue) = 1+7+19=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 19 (7.81% from 255 or 70.37% from 27); Max value from RGB is 19 - color contains mainly: blue. Hex color #010713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010713 is #FEF8EC. Grayscale: #060606. Windows color (decimal): -16709869 or 1246977. OLE color: 1246977.

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

Color convert

RGB1719-
CMYK0.950.6300.93
HSL220º90%3.92%-
HSV(B)220º94.74%7.45%-
XYZ0.210.210.64-
YUV6.57135.01124.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 19 (7.81% from 255) = 70.37%
R=3.70%
G=25.93%
B=70.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17190.950.6300.93220903.92
Hex17135F3F05Ddc5a4
Octal17231377701353341324
Binary111110011101111111111101011101110111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010713; }

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

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

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

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

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

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

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

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