#07071D

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

Shades of Black Russian #07071D

Tints of Black Russian #07071D

Color information

#07071D (or 0x07071D) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 1D. RGB value is (7,7,29). Sum of RGB (Red+Green+Blue) = 7+7+29=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #07071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07071D is #F8F8E2. Grayscale: #090909. Windows color (decimal): -16316643 or 1902343. OLE color: 1902343.

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

Color convert

RGB7729-
CMYK0.760.7600.89
HSL240º61.11%7.06%-
HSV(B)240º75.86%11.37%-
XYZ0.390.291.2-
YUV9.51139126.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 29 (11.72% from 255) = 67.44%
R=16.28%
G=16.28%
B=67.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal77290.760.7600.8924061.117.06
Hex771D4C4C059f03d7
Octal77351141140131360757
Binary11111111101100110010011000101100111110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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