#090135

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

Shades of Black Russian #090135

Tints of Black Russian #090135

Color information

#090135 (or 0x090135) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 35. RGB value is (9,1,53). Sum of RGB (Red+Green+Blue) = 9+1+53=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 53 (21.09% from 255 or 84.13% from 63); Max value from RGB is 53 - color contains mainly: blue. Hex color #090135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090135 is #F6FECA. Grayscale: #090909. Windows color (decimal): -16187083 or 3473673. OLE color: 3473673.

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

Color convert

RGB9153-
CMYK0.830.9800.79
HSL249.23º96.3%10.59%-
HSV(B)249.23º98.11%20.78%-
XYZ0.770.343.39-
YUV9.32152.65127.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 53 (21.09% from 255) = 84.13%
R=14.29%
G=1.59%
B=84.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal91530.830.9800.79249.2396.310.59
Hex9135536204Ff960b
Octal11165123142011737114013
Binary1001111010110100111100010010011111111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090135; }

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

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

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

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

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

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

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

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