#070521

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

Shades of Black Russian #070521

Tints of Black Russian #070521

Color information

#070521 (or 0x070521) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 21. RGB value is (7,5,33). Sum of RGB (Red+Green+Blue) = 7+5+33=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #070521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070521 is #F8FADE. Grayscale: #080808. Windows color (decimal): -16317151 or 2163975. OLE color: 2163975.

HSL color Cylindrical-coordinate representation of color #070521: hue angle of 244.29º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070521 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB7533-
CMYK0.790.8500.87
HSL244.29º73.68%7.45%-
HSV(B)244.29º84.85%12.94%-
XYZ0.420.261.47-
YUV8.79141.66126.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 33 (13.28% from 255) = 73.33%
R=15.56%
G=11.11%
B=73.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal75330.790.8500.87244.2973.687.45
Hex75214F55057f44a7
Octal754111712501273641127
Binary1111011000011001111101010101010111111101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070521; }

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

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

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

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

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

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

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

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