#090330

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

Shades of Black Russian #090330

Tints of Black Russian #090330

Color information

#090330 (or 0x090330) is unknown color: approx Black Russian. HEX triplet: 09, 03 and 30. RGB value is (9,3,48). Sum of RGB (Red+Green+Blue) = 9+3+48=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #090330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090330 is #F6FCCF. Grayscale: #090909. Windows color (decimal): -16186576 or 3146505. OLE color: 3146505.

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

Color convert

RGB9348-
CMYK0.810.9400.81
HSL248º88.24%10%-
HSV(B)248º93.75%18.82%-
XYZ0.680.342.83-
YUV9.92149.49127.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 48 (19.14% from 255) = 80%
R=15%
G=5%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal93480.810.9400.8124888.2410
Hex9330515E051f858a
Octal11360121136012137013012
Binary10011111000010100011011110010100011111100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090330; }

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

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

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

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

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

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

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

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