#070510

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

Shades of Black Russian #070510

Tints of Black Russian #070510

Color information

#070510 (or 0x070510) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 10. RGB value is (7,5,16). Sum of RGB (Red+Green+Blue) = 7+5+16=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 16 (6.64% from 255 or 57.14% from 28); Max value from RGB is 16 - color contains mainly: blue. Hex color #070510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070510 is #F8FAEF. Grayscale: #060606. Windows color (decimal): -16317168 or 1049863. OLE color: 1049863.

HSL color Cylindrical-coordinate representation of color #070510: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #070510 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB7516-
CMYK0.560.6900.94
HSL250.91º52.38%4.12%-
HSV(B)250.91º68.75%6.27%-
XYZ0.240.190.51-
YUV6.85133.16128.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 16 (6.64% from 255) = 57.14%
R=25%
G=17.86%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal75160.560.6900.94250.9152.384.12
Hex7510384505Efb344
Octal7520701050136373644
Binary1111011000011100010001010101111011111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070510; }

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

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

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

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

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

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

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

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