#090235

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

Shades of Black Russian #090235

Tints of Black Russian #090235

Color information

#090235 (or 0x090235) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 35. RGB value is (9,2,53). Sum of RGB (Red+Green+Blue) = 9+2+53=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #090235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090235 is #F6FDCA. Grayscale: #090909. Windows color (decimal): -16186827 or 3473929. OLE color: 3473929.

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

Color convert

RGB9253-
CMYK0.830.9600.79
HSL248.24º92.73%10.78%-
HSV(B)248.24º96.23%20.78%-
XYZ0.780.363.4-
YUV9.91152.32127.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 53 (21.09% from 255) = 82.81%
R=14.06%
G=3.12%
B=82.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal92530.830.9600.79248.2492.7310.78
Hex9235536004Ff85db
Octal11265123140011737013513
Binary10011011010110100111100000010011111111100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090235; }

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

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

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

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

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

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

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

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