#070330

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

Shades of Black Russian #070330

Tints of Black Russian #070330

Color information

#070330 (or 0x070330) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 30. RGB value is (7,3,48). Sum of RGB (Red+Green+Blue) = 7+3+48=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 48 (19.14% from 255 or 82.76% from 58); Max value from RGB is 48 - color contains mainly: blue. Hex color #070330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070330 is #F8FCCF. Grayscale: #090909. Windows color (decimal): -16317648 or 3146503. OLE color: 3146503.

HSL color Cylindrical-coordinate representation of color #070330: hue angle of 245.33º 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 #070330 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB7348-
CMYK0.850.9400.81
HSL245.33º88.24%10%-
HSV(B)245.33º93.75%18.82%-
XYZ0.650.322.82-
YUV9.33149.83126.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 48 (19.14% from 255) = 82.76%
R=12.07%
G=5.17%
B=82.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal73480.850.9400.81245.3388.2410
Hex7330555E051f558a
Octal7360125136012136513012
Binary1111111000010101011011110010100011111010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070330; }

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

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

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

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

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

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

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

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