#090725

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

Shades of Black Russian #090725

Tints of Black Russian #090725

Color information

#090725 (or 0x090725) is unknown color: approx Black Russian. HEX triplet: 09, 07 and 25. RGB value is (9,7,37). Sum of RGB (Red+Green+Blue) = 9+7+37=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #090725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090725 is #F6F8DA. Grayscale: #0A0A0A. Windows color (decimal): -16185563 or 2426633. OLE color: 2426633.

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

Color convert

RGB9737-
CMYK0.760.8100.85
HSL244º68.18%8.63%-
HSV(B)244º81.08%14.51%-
XYZ0.520.341.79-
YUV11.02142.66126.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=16.98%
G=13.21%
B=69.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal97370.760.8100.8524468.188.63
Hex97254C51055f4449
Octal11745114121012536410411
Binary100111110010110011001010001010101011111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090725; }

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

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

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

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

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

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

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

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