#070514

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

Shades of Black Russian #070514

Tints of Black Russian #070514

Color information

#070514 (or 0x070514) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 14. RGB value is (7,5,20). Sum of RGB (Red+Green+Blue) = 7+5+20=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #070514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070514 is #F8FAEB. Grayscale: #070707. Windows color (decimal): -16317164 or 1312007. OLE color: 1312007.

HSL color Cylindrical-coordinate representation of color #070514: hue angle of 248º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070514 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB7520-
CMYK0.650.7500.92
HSL248º60%4.9%-
HSV(B)248º75%7.84%-
XYZ0.270.20.69-
YUV7.31135.16127.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.88%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 20 (8.20% from 255) = 62.5%
R=21.88%
G=15.62%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal75200.650.7500.92248604.9
Hex7514414B05Cf83c5
Octal75241011130134370745
Binary11110110100100000110010110101110011111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070514; }

 p { color: rgb(7,5,20); }

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

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

 a { background-color: rgb(7,5,20); }

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

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

 span { border-color: rgb(7,5,20); }

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