Html Css Color HEX #090220 Black Russian

📋 copy color: '#090220'

red 9 ◦ green 2 ◦ blue 32

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

Shades of Black Russian #090220

Tints of Black Russian #090220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.65%

 BLUE value IS 32 (12.89% from 255) = 74.42%

R = 20.93%
G = 4.65%
B = 74.42%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#090220 (or 0x090220) is known color: Black Russian. HEX triplet: 09, 02 and 20. RGB value is (9,2,32). Sum of RGB (Red+Green+Blue) = 9+2+32=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #090220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090220 is #F6FDDF. Grayscale: #070707. Windows color (decimal): -16186848 or 2097673. OLE color: 2097673.

HSL color Cylindrical-coordinate representation of color #090220: hue angle of 254º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090220 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 2 32 -
CMYK 0.72 0.94 0 0.87
HSL 254º 0.88% 0.07% -
HSV(B) 254º 0.94% 0.13% -
XYZ 0.4 0.21 1.39 -
YUV 7.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 9 2 32 0.72 0.94 0 0.87 254 0.88 0.07
Hex 9 2 20 48 5E 0 57 FE 58 7
Octal 11 2 40 110 136 0 127 376 130 7
Binary 1001 10 100000 1001000 1011110 0 1010111 11111110 1011000 111

Color Harmonies of #090220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090220

Black with #090220

Text Example


Text Example

White with #090220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090220; }

 p { color: rgb(9,2,32); }

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

background-color css

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

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

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

border-color css

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

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

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