#07060E

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

Shades of Black Russian #07060E

Tints of Black Russian #07060E

Color information

#07060E (or 0x07060E) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 0E. RGB value is (7,6,14). Sum of RGB (Red+Green+Blue) = 7+6+14=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #07060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07060E is #F8F9F1. Grayscale: #070707. Windows color (decimal): -16316914 or 919047. OLE color: 919047.

HSL color Cylindrical-coordinate representation of color #07060E: hue angle of 247.5º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #07060E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7614-
CMYK0.50.5700.95
HSL247.5º40%3.92%-
HSV(B)247.5º57.14%5.49%-
XYZ0.230.210.44-
YUV7.21131.83127.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 6 (2.73% from 255) = 22.22%
BLUE value IS 14 (5.86% from 255) = 51.85%
R=25.93%
G=22.22%
B=51.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal76140.50.5700.95247.5403.92
Hex76E323905Ff8284
Octal761662710137370504
Binary11111011101100101110010101111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07060E; }

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

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

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

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

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

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

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

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