#070824

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

Shades of Black Russian #070824

Tints of Black Russian #070824

Color information

#070824 (or 0x070824) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 24. RGB value is (7,8,36). Sum of RGB (Red+Green+Blue) = 7+8+36=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 36 (14.45% from 255 or 70.59% from 51); Max value from RGB is 36 - color contains mainly: blue. Hex color #070824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070824 is #F8F7DB. Grayscale: #0A0A0A. Windows color (decimal): -16316380 or 2361351. OLE color: 2361351.

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

Color convert

RGB7836-
CMYK0.810.7800.86
HSL237.93º67.44%8.43%-
HSV(B)237.93º80.56%14.12%-
XYZ0.490.351.71-
YUV10.89142.17125.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 36 (14.45% from 255) = 70.59%
R=13.73%
G=15.69%
B=70.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal78360.810.7800.86237.9367.448.43
Hex7824514E056ee438
Octal71044121116012635610310
Binary111100010010010100011001110010101101110111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070824; }

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

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

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

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

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

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

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

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