#07081F

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

Shades of Black Russian #07081F

Tints of Black Russian #07081F

Color information

#07081F (or 0x07081F) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 1F. RGB value is (7,8,31). Sum of RGB (Red+Green+Blue) = 7+8+31=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #07081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081F is #F8F7E0. Grayscale: #0A0A0A. Windows color (decimal): -16316385 or 2033671. OLE color: 2033671.

HSL color Cylindrical-coordinate representation of color #07081F: hue angle of 237.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07081F is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7831-
CMYK0.770.7400.88
HSL237.5º63.16%7.45%-
HSV(B)237.5º77.42%12.16%-
XYZ0.420.321.34-
YUV10.32139.67125.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=15.22%
G=17.39%
B=67.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal78310.770.7400.88237.563.167.45
Hex781F4D4A058ee3f7
Octal710371151120130356777
Binary111100011111100110110010100101100011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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