#070036

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

Shades of Black Russian #070036

Tints of Black Russian #070036

Color information

#070036 (or 0x070036) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 36. RGB value is (7,0,54). Sum of RGB (Red+Green+Blue) = 7+0+54=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 54 (21.48% from 255 or 88.52% from 61); Max value from RGB is 54 - color contains mainly: blue. Hex color #070036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070036 is #F8FFC9. Grayscale: #080808. Windows color (decimal): -16318410 or 3538951. OLE color: 3538951.

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

Color convert

RGB7054-
CMYK0.87100.79
HSL247.78º100%10.59%-
HSV(B)247.78º100%21.18%-
XYZ0.750.313.51-
YUV8.25153.82127.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 88.52%
R=11.48%
G=0%
B=88.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal70540.87100.79247.7810010.59
Hex7036576404Ff864b
Octal7066127144011737014413
Binary111011011010101111100100010011111111100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070036; }

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

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

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

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

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

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

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

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