#070524

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

Shades of Black Russian #070524

Tints of Black Russian #070524

Color information

#070524 (or 0x070524) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 24. RGB value is (7,5,36). Sum of RGB (Red+Green+Blue) = 7+5+36=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 36 (14.45% from 255 or 75% from 48); Max value from RGB is 36 - color contains mainly: blue. Hex color #070524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070524 is #F8FADB. Grayscale: #090909. Windows color (decimal): -16317148 or 2360583. OLE color: 2360583.

HSL color Cylindrical-coordinate representation of color #070524: hue angle of 243.87º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070524 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB7536-
CMYK0.810.8600.86
HSL243.87º75.61%8.04%-
HSV(B)243.87º86.11%14.12%-
XYZ0.460.281.7-
YUV9.13143.16126.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 36 (14.45% from 255) = 75%
R=14.58%
G=10.42%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal75360.810.8600.86243.8775.618.04
Hex75245156056f44c8
Octal7544121126012636411410
Binary11110110010010100011010110010101101111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070524; }

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

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

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

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

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

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

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

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