Html Css Color HEX #090925 Black Russian

📋 copy color: '#090925'

red 9 ◦ green 9 ◦ blue 37

#090925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #090925

Tints of Black Russian #090925

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 value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#090925 (or 0x090925) is known color: 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

RGB 9 9 37 -
CMYK 0.76 0.76 0 0.85
HSL 240º 0.61% 0.09% -
HSV(B) 240º 0.76% 0.15% -
XYZ 0.54 0.39 1.8 -
YUV 12.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 9 9 37 0.76 0.76 0 0.85 240 0.61 0.09
Hex 9 9 25 4C 4C 0 55 F0 3D 9
Octal 11 11 45 114 114 0 125 360 75 11
Binary 1001 1001 100101 1001100 1001100 0 1010101 11110000 111101 1001

Color Harmonies of #090925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090925

Black with #090925

Text Example


Text Example

White with #090925

Text Example


Text Example

HTML Codes & Css Web 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>