#070932

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

Shades of Black Russian #070932

Tints of Black Russian #070932

Color information

#070932 (or 0x070932) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 32. RGB value is (7,9,50). Sum of RGB (Red+Green+Blue) = 7+9+50=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #070932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070932 is #F8F6CD. Grayscale: #0C0C0C. Windows color (decimal): -16316110 or 3279111. OLE color: 3279111.

HSL color Cylindrical-coordinate representation of color #070932: hue angle of 237.21º 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 #070932 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB7950-
CMYK0.860.8200.80
HSL237.21º75.44%11.18%-
HSV(B)237.21º86%19.61%-
XYZ0.760.473.07-
YUV13.08148.84123.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 50 (19.92% from 255) = 75.76%
R=10.61%
G=13.64%
B=75.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal79500.860.8200.80237.2175.4411.18
Hex79325652050ed4bb
Octal71162126122012035511313
Binary111100111001010101101010010010100001110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070932; }

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

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

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

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

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

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

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

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