#090231

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

Shades of Black Russian #090231

Tints of Black Russian #090231

Color information

#090231 (or 0x090231) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 31. RGB value is (9,2,49). Sum of RGB (Red+Green+Blue) = 9+2+49=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 49 (19.53% from 255 or 81.67% from 60); Max value from RGB is 49 - color contains mainly: blue. Hex color #090231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090231 is #F6FDCE. Grayscale: #090909. Windows color (decimal): -16186831 or 3211785. OLE color: 3211785.

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

Color convert

RGB9249-
CMYK0.820.9600.81
HSL248.94º92.16%10%-
HSV(B)248.94º95.92%19.22%-
XYZ0.690.322.93-
YUV9.45150.32127.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 49 (19.53% from 255) = 81.67%
R=15%
G=3.33%
B=81.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal92490.820.9600.81248.9492.1610
Hex92315260051f95ca
Octal11261122140012137113412
Binary10011011000110100101100000010100011111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090231; }

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

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

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

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

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

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

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

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