#07051D

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

Shades of Black Russian #07051D

Tints of Black Russian #07051D

Color information

#07051D (or 0x07051D) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 1D. RGB value is (7,5,29). Sum of RGB (Red+Green+Blue) = 7+5+29=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #07051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051D is #F8FAE2. Grayscale: #080808. Windows color (decimal): -16317155 or 1901831. OLE color: 1901831.

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

Color convert

RGB7529-
CMYK0.760.8300.89
HSL245º70.59%6.67%-
HSV(B)245º82.76%11.37%-
XYZ0.360.241.19-
YUV8.33139.66127.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 29 (11.72% from 255) = 70.73%
R=17.07%
G=12.20%
B=70.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal75290.760.8300.8924570.596.67
Hex751D4C53059f5477
Octal753511412301313651077
Binary111101111011001100101001101011001111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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