#07051C

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

Shades of Black Russian #07051C

Tints of Black Russian #07051C

Color information

#07051C (or 0x07051C) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 1C. RGB value is (7,5,28). Sum of RGB (Red+Green+Blue) = 7+5+28=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #07051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051C is #F8FAE3. Grayscale: #080808. Windows color (decimal): -16317156 or 1836295. OLE color: 1836295.

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

Color convert

RGB7528-
CMYK0.750.8200.89
HSL245.22º69.7%6.47%-
HSV(B)245.22º82.14%10.98%-
XYZ0.350.241.13-
YUV8.22139.16127.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 70%
R=17.5%
G=12.5%
B=70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal75280.750.8200.89245.2269.76.47
Hex751C4B52059f5466
Octal753411312201313651066
Binary111101111001001011101001001011001111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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