#090234

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

Shades of Black Russian #090234

Tints of Black Russian #090234

Color information

#090234 (or 0x090234) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 34. RGB value is (9,2,52). Sum of RGB (Red+Green+Blue) = 9+2+52=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #090234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090234 is #F6FDCB. Grayscale: #090909. Windows color (decimal): -16186828 or 3408393. OLE color: 3408393.

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

Color convert

RGB9252-
CMYK0.830.9600.80
HSL248.4º92.59%10.59%-
HSV(B)248.4º96.15%20.39%-
XYZ0.750.353.28-
YUV9.79151.82127.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 52 (20.70% from 255) = 82.54%
R=14.29%
G=3.17%
B=82.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal92520.830.9600.80248.492.5910.59
Hex92345360050f85db
Octal11264123140012037013513
Binary10011011010010100111100000010100001111100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090234; }

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

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

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

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

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

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

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

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