#070A16

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

Shades of Black Russian #070A16

Tints of Black Russian #070A16

Color information

#070A16 (or 0x070A16) is unknown color: approx Black Russian. HEX triplet: 07, 0A and 16. RGB value is (7,10,22). Sum of RGB (Red+Green+Blue) = 7+10+22=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #070A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A16 is #F8F5E9. Grayscale: #0A0A0A. Windows color (decimal): -16315882 or 1444359. OLE color: 1444359.

HSL color Cylindrical-coordinate representation of color #070A16: hue angle of 228º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #070A16 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71022-
CMYK0.680.5500.91
HSL228º51.72%5.69%-
HSV(B)228º68.18%8.63%-
XYZ0.340.320.8-
YUV10.47134.51125.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=17.95%
G=25.64%
B=56.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal710220.680.5500.9122851.725.69
Hex7A16443705Be4346
Octal71226104670133344646
Binary11110101011010001001101110101101111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,10,22); }

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

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

 a { background-color: rgb(7,10,22); }

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

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

 span { border-color: rgb(7,10,22); }

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