#070B13

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

Shades of Black Russian #070B13

Tints of Black Russian #070B13

Color information

#070B13 (or 0x070B13) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 13. RGB value is (7,11,19). Sum of RGB (Red+Green+Blue) = 7+11+19=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #070B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B13 is #F8F4EC. Grayscale: #0A0A0A. Windows color (decimal): -16315629 or 1248007. OLE color: 1248007.

HSL color Cylindrical-coordinate representation of color #070B13: hue angle of 220º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070B13 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71119-
CMYK0.630.4200.93
HSL220º46.15%5.1%-
HSV(B)220º63.16%7.45%-
XYZ0.320.330.66-
YUV10.72132.67125.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 19 (7.81% from 255) = 51.35%
R=18.92%
G=29.73%
B=51.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal711190.630.4200.9322046.155.1
Hex7B133F2A05Ddc2e5
Octal7132377520135334565
Binary1111011100111111111010100101110111011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B13; }

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

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

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

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

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

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

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

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