#090334

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

Shades of Black Russian #090334

Tints of Black Russian #090334

Color information

#090334 (or 0x090334) is unknown color: approx Black Russian. HEX triplet: 09, 03 and 34. RGB value is (9,3,52). Sum of RGB (Red+Green+Blue) = 9+3+52=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #090334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090334 is #F6FCCB. Grayscale: #0A0A0A. Windows color (decimal): -16186572 or 3408649. OLE color: 3408649.

HSL color Cylindrical-coordinate representation of color #090334: hue angle of 247.35º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090334 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB9352-
CMYK0.830.9400.80
HSL247.35º89.09%10.78%-
HSV(B)247.35º94.23%20.39%-
XYZ0.770.373.28-
YUV10.38151.49127.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 52 (20.70% from 255) = 81.25%
R=14.06%
G=4.69%
B=81.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal93520.830.9400.80247.3589.0910.78
Hex9334535E050f759b
Octal11364123136012036713113
Binary10011111010010100111011110010100001111011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090334; }

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

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

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

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

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

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

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

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