#090138

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

Shades of Black Russian #090138

Tints of Black Russian #090138

Color information

#090138 (or 0x090138) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 38. RGB value is (9,1,56). Sum of RGB (Red+Green+Blue) = 9+1+56=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #090138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090138 is #F6FEC7. Grayscale: #090909. Windows color (decimal): -16187080 or 3670281. OLE color: 3670281.

HSL color Cylindrical-coordinate representation of color #090138: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090138 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB9156-
CMYK0.840.9800.78
HSL248.73º96.49%11.18%-
HSV(B)248.73º98.21%21.96%-
XYZ0.840.373.77-
YUV9.66154.15127.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 56 (22.27% from 255) = 84.85%
R=13.64%
G=1.52%
B=84.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal91560.840.9800.78248.7396.4911.18
Hex9138546204Ef960b
Octal11170124142011637114013
Binary1001111100010101001100010010011101111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090138; }

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

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

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

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

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

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

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

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