#090124

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

Shades of Black Russian #090124

Tints of Black Russian #090124

Color information

#090124 (or 0x090124) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 24. RGB value is (9,1,36). Sum of RGB (Red+Green+Blue) = 9+1+36=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 36 (14.45% from 255 or 78.26% from 46); Max value from RGB is 36 - color contains mainly: blue. Hex color #090124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090124 is #F6FEDB. Grayscale: #070707. Windows color (decimal): -16187100 or 2359561. OLE color: 2359561.

HSL color Cylindrical-coordinate representation of color #090124: hue angle of 253.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090124 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB9136-
CMYK0.750.9700.86
HSL253.71º94.59%7.25%-
HSV(B)253.71º97.22%14.12%-
XYZ0.440.211.69-
YUV7.38144.15129.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 36 (14.45% from 255) = 78.26%
R=19.57%
G=2.17%
B=78.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal91360.750.9700.86253.7194.597.25
Hex91244B61056fe5f7
Octal1114411314101263761377
Binary100111001001001011110000101010110111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090124; }

 p { color: rgb(9,1,36); }

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

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

 a { background-color: rgb(9,1,36); }

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

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

 span { border-color: rgb(9,1,36); }

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