#070416

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

Shades of Black Russian #070416

Tints of Black Russian #070416

Color information

#070416 (or 0x070416) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 16. RGB value is (7,4,22). Sum of RGB (Red+Green+Blue) = 7+4+22=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #070416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070416 is #F8FBE9. Grayscale: #060606. Windows color (decimal): -16317418 or 1442823. OLE color: 1442823.

HSL color Cylindrical-coordinate representation of color #070416: hue angle of 250º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070416 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7422-
CMYK0.680.8200.91
HSL250º69.23%5.1%-
HSV(B)250º81.82%8.63%-
XYZ0.280.190.78-
YUV6.95136.49128.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 22 (8.98% from 255) = 66.67%
R=21.21%
G=12.12%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal74220.680.8200.9125069.235.1
Hex7416445205Bfa455
Octal742610412201333721055
Binary111100101101000100101001001011011111110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070416; }

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

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

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

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

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

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

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

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