#07070F

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

Shades of Black Russian #07070F

Tints of Black Russian #07070F

Color information

#07070F (or 0x07070F) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 0F. RGB value is (7,7,15). Sum of RGB (Red+Green+Blue) = 7+7+15=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #07070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070F is #F8F8F0. Grayscale: #070707. Windows color (decimal): -16316657 or 984839. OLE color: 984839.

HSL color Cylindrical-coordinate representation of color #07070F: hue angle of 240º 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 #07070F is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB7715-
CMYK0.530.5300.94
HSL240º36.36%4.31%-
HSV(B)240º53.33%5.88%-
XYZ0.250.230.48-
YUV7.91132127.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 15 (6.25% from 255) = 51.72%
R=24.14%
G=24.14%
B=51.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal77150.530.5300.9424036.364.31
Hex77F353505Ef0244
Octal771765650136360444
Binary11111111111101011101010101111011110000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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