#07081E

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

Shades of Black Russian #07081E

Tints of Black Russian #07081E

Color information

#07081E (or 0x07081E) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 1E. RGB value is (7,8,30). Sum of RGB (Red+Green+Blue) = 7+8+30=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #07081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081E is #F8F7E1. Grayscale: #0A0A0A. Windows color (decimal): -16316386 or 1968135. OLE color: 1968135.

HSL color Cylindrical-coordinate representation of color #07081E: hue angle of 237.39º degrees, saturation: 0.62, 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 #07081E is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7830-
CMYK0.770.7300.88
HSL237.39º62.16%7.25%-
HSV(B)237.39º76.67%11.76%-
XYZ0.410.311.27-
YUV10.21139.17125.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=15.56%
G=17.78%
B=66.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal78300.770.7300.88237.3962.167.25
Hex781E4D49058ed3e7
Octal710361151110130355767
Binary111100011110100110110010010101100011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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