Html Css Color HEX #090325 Black Russian

📋 copy color: '#090325'

red 9 ◦ green 3 ◦ blue 37

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

Shades of Black Russian #090325

Tints of Black Russian #090325

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

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 9 3 37 -
CMYK 0.76 0.92 0 0.85
HSL 250.59º 0.85% 0.08% -
HSV(B) 250.59º 0.92% 0.15% -
XYZ 0.48 0.26 1.77 -
YUV 8.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 9 3 37 0.76 0.92 0 0.85 250.59 0.85 0.08
Hex 9 3 25 4C 5C 0 55 FB 55 8
Octal 11 3 45 114 134 0 125 373 125 10
Binary 1001 11 100101 1001100 1011100 0 1010101 11111011 1010101 1000

Color Harmonies of #090325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090325

Black with #090325

Text Example


Text Example

White with #090325

Text Example


Text Example

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