Html Css Color HEX #090932 Black Russian

📋 copy color: '#090932'

red 9 ◦ green 9 ◦ blue 50

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

Shades of Black Russian #090932

Tints of Black Russian #090932

RGB

 RED value IS 9 (3.91% from 255) = 13.24%

 GREEN value IS 9 (3.91% from 255) = 13.24%

 BLUE value IS 50 (19.92% from 255) = 73.53%

R = 13.24%
G = 13.24%
B = 73.53%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090932 (or 0x090932) is known color: Black Russian. HEX triplet: 09, 09 and 32. RGB value is (9,9,50). Sum of RGB (Red+Green+Blue) = 9+9+50=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #090932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090932 is #F6F6CD. Grayscale: #0D0D0D. Windows color (decimal): -16185038 or 3279113. OLE color: 3279113.

HSL color Cylindrical-coordinate representation of color #090932: hue angle of 240º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090932 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 9 50 -
CMYK 0.82 0.82 0 0.80
HSL 240º 0.69% 0.12% -
HSV(B) 240º 0.82% 0.2% -
XYZ 0.79 0.48 3.07 -
YUV 13.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 9 9 50 0.82 0.82 0 0.80 240 0.69 0.12
Hex 9 9 32 52 52 0 50 F0 45 C
Octal 11 11 62 122 122 0 120 360 105 14
Binary 1001 1001 110010 1010010 1010010 0 1010000 11110000 1000101 1100

Color Harmonies of #090932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090932

Black with #090932

Text Example


Text Example

White with #090932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090932; }

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

 H1.HeaderClassName
 {
   color: #090932;
 }
 .AnyTagClassName
 {
   color: #090932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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