#070732

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

Shades of Black Russian #070732

Tints of Black Russian #070732

Color information

#070732 (or 0x070732) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 32. RGB value is (7,7,50). Sum of RGB (Red+Green+Blue) = 7+7+50=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 50 (19.92% from 255 or 78.12% from 64); Max value from RGB is 50 - color contains mainly: blue. Hex color #070732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070732 is #F8F8CD. Grayscale: #0B0B0B. Windows color (decimal): -16316622 or 3278599. OLE color: 3278599.

HSL color Cylindrical-coordinate representation of color #070732: hue angle of 240º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070732 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB7750-
CMYK0.860.8600.80
HSL240º75.44%11.18%-
HSV(B)240º86%19.61%-
XYZ0.740.433.06-
YUV11.9149.5124.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 50 (19.92% from 255) = 78.12%
R=10.94%
G=10.94%
B=78.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal77500.860.8600.8024075.4411.18
Hex77325656050f04bb
Octal7762126126012036011313
Binary11111111001010101101010110010100001111000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070732; }

 p { color: rgb(7,7,50); }

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

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

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

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

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

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

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