#090125

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

Shades of Black Russian #090125

Tints of Black Russian #090125

Color information

#090125 (or 0x090125) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 25. RGB value is (9,1,37). Sum of RGB (Red+Green+Blue) = 9+1+37=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #090125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090125 is #F6FEDA. Grayscale: #070707. Windows color (decimal): -16187099 or 2425097. OLE color: 2425097.

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

Color convert

RGB9137-
CMYK0.760.9700.85
HSL253.33º94.74%7.45%-
HSV(B)253.33º97.3%14.51%-
XYZ0.460.211.77-
YUV7.5144.65129.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 37 (14.84% from 255) = 78.72%
R=19.15%
G=2.13%
B=78.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal91370.760.9700.85253.3394.747.45
Hex91254C61055fd5f7
Octal1114511414101253751377
Binary100111001011001100110000101010101111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090125; }

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

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

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

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

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

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

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

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