#07080E

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

Shades of Black Russian #07080E

Tints of Black Russian #07080E

Color information

#07080E (or 0x07080E) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 0E. RGB value is (7,8,14). Sum of RGB (Red+Green+Blue) = 7+8+14=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 14 - color contains mainly: blue. Hex color #07080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080E is #F8F7F1. Grayscale: #080808. Windows color (decimal): -16316402 or 919559. OLE color: 919559.

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

Color convert

RGB7814-
CMYK0.50.4300.95
HSL231.43º33.33%4.12%-
HSV(B)231.43º50%5.49%-
XYZ0.250.250.45-
YUV8.38131.17127.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 14 (5.86% from 255) = 48.28%
R=24.14%
G=27.59%
B=48.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal78140.50.4300.95231.4333.334.12
Hex78E322B05Fe7214
Octal7101662530137347414
Binary111100011101100101010110101111111100111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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