#070336

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

Shades of Black Russian #070336

Tints of Black Russian #070336

Color information

#070336 (or 0x070336) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 36. RGB value is (7,3,54). Sum of RGB (Red+Green+Blue) = 7+3+54=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 54 (21.48% from 255 or 84.38% from 64); Max value from RGB is 54 - color contains mainly: blue. Hex color #070336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070336 is #F8FCC9. Grayscale: #090909. Windows color (decimal): -16317642 or 3539719. OLE color: 3539719.

HSL color Cylindrical-coordinate representation of color #070336: hue angle of 244.71º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070336 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB7354-
CMYK0.870.9400.79
HSL244.71º89.47%11.18%-
HSV(B)244.71º94.44%21.18%-
XYZ0.790.383.52-
YUV10.01152.83125.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 54 (21.48% from 255) = 84.38%
R=10.94%
G=4.69%
B=84.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal73540.870.9400.79244.7189.4711.18
Hex7336575E04Ff559b
Octal7366127136011736513113
Binary1111111011010101111011110010011111111010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070336; }

 p { color: rgb(7,3,54); }

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

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

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

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

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

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

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