#070313

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

Shades of Black Russian #070313

Tints of Black Russian #070313

Color information

#070313 (or 0x070313) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 13. RGB value is (7,3,19). Sum of RGB (Red+Green+Blue) = 7+3+19=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #070313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070313 is #F8FCEC. Grayscale: #050505. Windows color (decimal): -16317677 or 1245959. OLE color: 1245959.

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

Color convert

RGB7319-
CMYK0.630.8400.93
HSL255º72.73%4.31%-
HSV(B)255º84.21%7.45%-
XYZ0.240.160.63-
YUV6.02135.33128.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 19 (7.81% from 255) = 65.52%
R=24.14%
G=10.34%
B=65.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal73190.630.8400.9325572.734.31
Hex73133F5405Dff494
Octal73237712401353771114
Binary1111110011111111101010001011101111111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070313; }

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

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

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

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

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

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

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

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