#07081D

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

Shades of Black Russian #07081D

Tints of Black Russian #07081D

Color information

#07081D (or 0x07081D) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 1D. RGB value is (7,8,29). Sum of RGB (Red+Green+Blue) = 7+8+29=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #07081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081D is #F8F7E2. Grayscale: #0A0A0A. Windows color (decimal): -16316387 or 1902599. OLE color: 1902599.

HSL color Cylindrical-coordinate representation of color #07081D: hue angle of 237.27º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07081D is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7829-
CMYK0.760.7200.89
HSL237.27º61.11%7.06%-
HSV(B)237.27º75.86%11.37%-
XYZ0.40.311.2-
YUV10.09138.67125.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 29 (11.72% from 255) = 65.91%
R=15.91%
G=18.18%
B=65.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal78290.760.7200.89237.2761.117.06
Hex781D4C48059ed3d7
Octal710351141100131355757
Binary111100011101100110010010000101100111101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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