#090531

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

Shades of Black Russian #090531

Tints of Black Russian #090531

Color information

#090531 (or 0x090531) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 31. RGB value is (9,5,49). Sum of RGB (Red+Green+Blue) = 9+5+49=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #090531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090531 is #F6FACE. Grayscale: #0B0B0B. Windows color (decimal): -16186063 or 3212553. OLE color: 3212553.

HSL color Cylindrical-coordinate representation of color #090531: hue angle of 245.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090531 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB9549-
CMYK0.820.9000.81
HSL245.45º81.48%10.59%-
HSV(B)245.45º89.8%19.22%-
XYZ0.720.392.94-
YUV11.21149.33126.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 49 (19.53% from 255) = 77.78%
R=14.29%
G=7.94%
B=77.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal95490.820.9000.81245.4581.4810.59
Hex9531525A051f551b
Octal11561122132012136512113
Binary100110111000110100101011010010100011111010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090531; }

 p { color: rgb(9,5,49); }

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

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

 a { background-color: rgb(9,5,49); }

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

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

 span { border-color: rgb(9,5,49); }

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