#070610

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

Shades of Black Russian #070610

Tints of Black Russian #070610

Color information

#070610 (or 0x070610) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 10. RGB value is (7,6,16). Sum of RGB (Red+Green+Blue) = 7+6+16=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 16 (6.64% from 255 or 55.17% from 29); Max value from RGB is 16 - color contains mainly: blue. Hex color #070610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070610 is #F8F9EF. Grayscale: #070707. Windows color (decimal): -16316912 or 1050119. OLE color: 1050119.

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

Color convert

RGB7616-
CMYK0.560.6200.94
HSL246º45.45%4.31%-
HSV(B)246º62.5%6.27%-
XYZ0.250.210.52-
YUV7.44132.83127.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 16 (6.64% from 255) = 55.17%
R=24.14%
G=20.69%
B=55.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal76160.560.6200.9424645.454.31
Hex7610383E05Ef62d4
Octal762070760136366554
Binary111110100001110001111100101111011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070610; }

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

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

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

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

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

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

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

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