#07080F

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

Shades of Black Russian #07080F

Tints of Black Russian #07080F

Color information

#07080F (or 0x07080F) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 0F. RGB value is (7,8,15). Sum of RGB (Red+Green+Blue) = 7+8+15=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #07080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080F is #F8F7F0. Grayscale: #080808. Windows color (decimal): -16316401 or 985095. OLE color: 985095.

HSL color Cylindrical-coordinate representation of color #07080F: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #07080F is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB7815-
CMYK0.530.4700.94
HSL232.5º36.36%4.31%-
HSV(B)232.5º53.33%5.88%-
XYZ0.260.250.49-
YUV8.5131.67126.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 15 (6.25% from 255) = 50%
R=23.33%
G=26.67%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal78150.530.4700.94232.536.364.31
Hex78F352F05Ee8244
Octal7101765570136350444
Binary111100011111101011011110101111011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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