#070B15

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

Shades of Black Russian #070B15

Tints of Black Russian #070B15

Color information

#070B15 (or 0x070B15) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 15. RGB value is (7,11,21). Sum of RGB (Red+Green+Blue) = 7+11+21=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #070B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B15 is #F8F4EA. Grayscale: #0A0A0A. Windows color (decimal): -16315627 or 1379079. OLE color: 1379079.

HSL color Cylindrical-coordinate representation of color #070B15: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #070B15 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB71121-
CMYK0.670.4800.92
HSL222.86º50%5.49%-
HSV(B)222.86º66.67%8.24%-
XYZ0.340.340.76-
YUV10.94133.67125.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=17.95%
G=28.21%
B=53.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal711210.670.4800.92222.86505.49
Hex7B15433005Cdf325
Octal71325103600134337625
Binary11110111010110000111100000101110011011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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