#070331

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

Shades of Black Russian #070331

Tints of Black Russian #070331

Color information

#070331 (or 0x070331) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 31. RGB value is (7,3,49). Sum of RGB (Red+Green+Blue) = 7+3+49=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #070331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070331 is #F8FCCE. Grayscale: #090909. Windows color (decimal): -16317647 or 3212039. OLE color: 3212039.

HSL color Cylindrical-coordinate representation of color #070331: hue angle of 245.22º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070331 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB7349-
CMYK0.860.9400.81
HSL245.22º88.46%10.2%-
HSV(B)245.22º93.88%19.22%-
XYZ0.670.332.93-
YUV9.44150.33126.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 49 (19.53% from 255) = 83.05%
R=11.86%
G=5.08%
B=83.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal73490.860.9400.81245.2288.4610.2
Hex7331565E051f558a
Octal7361126136012136513012
Binary1111111000110101101011110010100011111010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070331; }

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

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

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

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

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

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

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

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