#07081C

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

Shades of Black Russian #07081C

Tints of Black Russian #07081C

Color information

#07081C (or 0x07081C) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 1C. RGB value is (7,8,28). Sum of RGB (Red+Green+Blue) = 7+8+28=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #07081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081C is #F8F7E3. Grayscale: #090909. Windows color (decimal): -16316388 or 1837063. OLE color: 1837063.

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

Color convert

RGB7828-
CMYK0.750.7100.89
HSL237.14º60%6.86%-
HSV(B)237.14º75%10.98%-
XYZ0.380.31.14-
YUV9.98138.17125.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 28 (11.33% from 255) = 65.12%
R=16.28%
G=18.60%
B=65.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal78280.750.7100.89237.14606.86
Hex781C4B47059ed3c7
Octal710341131070131355747
Binary111100011100100101110001110101100111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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