#090325

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

Shades of Black Russian #090325

Tints of Black Russian #090325

Color information

#090325 (or 0x090325) is unknown color: approx Black Russian. HEX triplet: 09, 03 and 25. RGB value is (9,3,37). Sum of RGB (Red+Green+Blue) = 9+3+37=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 37 (14.84% from 255 or 75.51% from 49); Max value from RGB is 37 - color contains mainly: blue. Hex color #090325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090325 is #F6FCDA. Grayscale: #080808. Windows color (decimal): -16186587 or 2425609. OLE color: 2425609.

HSL color Cylindrical-coordinate representation of color #090325: hue angle of 250.59º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090325 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB9337-
CMYK0.760.9200.85
HSL250.59º85%7.84%-
HSV(B)250.59º91.89%14.51%-
XYZ0.480.261.77-
YUV8.67143.99128.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 37 (14.84% from 255) = 75.51%
R=18.37%
G=6.12%
B=75.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal93370.760.9200.85250.59857.84
Hex93254C5C055fb558
Octal11345114134012537312510
Binary10011110010110011001011100010101011111101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090325; }

 p { color: rgb(9,3,37); }

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

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

 a { background-color: rgb(9,3,37); }

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

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

 span { border-color: rgb(9,3,37); }

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