#090B32

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

Shades of Black Russian #090B32

Tints of Black Russian #090B32

Color information

#090B32 (or 0x090B32) is unknown color: approx Black Russian. HEX triplet: 09, 0B and 32. RGB value is (9,11,50). Sum of RGB (Red+Green+Blue) = 9+11+50=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #090B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B32 is #F6F4CD. Grayscale: #0E0E0E. Windows color (decimal): -16184526 or 3279625. OLE color: 3279625.

HSL color Cylindrical-coordinate representation of color #090B32: hue angle of 237.07º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090B32 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB91150-
CMYK0.820.7800.80
HSL237.07º69.49%11.57%-
HSV(B)237.07º82%19.61%-
XYZ0.810.533.08-
YUV14.85147.84123.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=12.86%
G=15.71%
B=71.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal911500.820.7800.80237.0769.4911.57
Hex9B32524E050ed45c
Octal111362122116012035510514
Binary1001101111001010100101001110010100001110110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090B32; }

 p { color: rgb(9,11,50); }

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

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

 a { background-color: rgb(9,11,50); }

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

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

 span { border-color: rgb(9,11,50); }

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