Html Css Color HEX #090522 Black Russian

📋 copy color: '#090522'

red 9 ◦ green 5 ◦ blue 34

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

Shades of Black Russian #090522

Tints of Black Russian #090522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 34 (13.67% from 255) = 70.83%

R = 18.75%
G = 10.42%
B = 70.83%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#090522 (or 0x090522) is known color: Black Russian. HEX triplet: 09, 05 and 22. RGB value is (9,5,34). Sum of RGB (Red+Green+Blue) = 9+5+34=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #090522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090522 is #F6FADD. Grayscale: #090909. Windows color (decimal): -16186078 or 2229513. OLE color: 2229513.

HSL color Cylindrical-coordinate representation of color #090522: hue angle of 248.28º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #090522 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 5 34 -
CMYK 0.74 0.85 0 0.87
HSL 248.28º 0.74% 0.08% -
HSV(B) 248.28º 0.85% 0.13% -
XYZ 0.46 0.28 1.54 -
YUV 9.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 9 5 34 0.74 0.85 0 0.87 248.28 0.74 0.08
Hex 9 5 22 4A 55 0 57 F8 4A 8
Octal 11 5 42 112 125 0 127 370 112 10
Binary 1001 101 100010 1001010 1010101 0 1010111 11111000 1001010 1000

Color Harmonies of #090522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090522

Black with #090522

Text Example


Text Example

White with #090522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090522; }

 p { color: rgb(9,5,34); }

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

background-color css

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

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

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

border-color css

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

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

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