#090925

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

Shades of Black Russian #090925

Tints of Black Russian #090925

Color information

#090925 (or 0x090925) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 25. RGB value is (9,9,37). Sum of RGB (Red+Green+Blue) = 9+9+37=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #090925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090925 is #F6F6DA. Grayscale: #0C0C0C. Windows color (decimal): -16185051 or 2427145. OLE color: 2427145.

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

Color convert

RGB9937-
CMYK0.760.7600.85
HSL240º60.87%9.02%-
HSV(B)240º75.68%14.51%-
XYZ0.540.391.8-
YUV12.19142125.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 37 (14.84% from 255) = 67.27%
R=16.36%
G=16.36%
B=67.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal99370.760.7600.8524060.879.02
Hex99254C4C055f03d9
Octal11114511411401253607511
Binary100110011001011001100100110001010101111100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090925; }

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

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

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

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

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

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

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

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