#070410

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

Shades of Black Russian #070410

Tints of Black Russian #070410

Color information

#070410 (or 0x070410) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 10. RGB value is (7,4,16). Sum of RGB (Red+Green+Blue) = 7+4+16=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #070410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070410 is #F8FBEF. Grayscale: #060606. Windows color (decimal): -16317424 or 1049607. OLE color: 1049607.

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

Color convert

RGB7416-
CMYK0.560.7500.94
HSL255º60%3.92%-
HSV(B)255º75%6.27%-
XYZ0.220.170.51-
YUV6.26133.49128.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 16 (6.64% from 255) = 59.26%
R=25.93%
G=14.81%
B=59.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal74160.560.7500.94255603.92
Hex7410384B05Eff3c4
Octal7420701130136377744
Binary1111001000011100010010110101111011111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070410; }

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

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

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

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

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

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

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

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