Html Css Color HEX #090421 Black Russian

📋 copy color: '#090421'

red 9 ◦ green 4 ◦ blue 33

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

Shades of Black Russian #090421

Tints of Black Russian #090421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

 BLUE value IS 33 (13.28% from 255) = 71.74%

R = 19.57%
G = 8.7%
B = 71.74%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#090421 (or 0x090421) is known color: Black Russian. HEX triplet: 09, 04 and 21. RGB value is (9,4,33). Sum of RGB (Red+Green+Blue) = 9+4+33=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 33 (13.28% from 255 or 71.74% from 46); Max value from RGB is 33 - color contains mainly: blue. Hex color #090421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090421 is #F6FBDE. Grayscale: #080808. Windows color (decimal): -16186335 or 2163721. OLE color: 2163721.

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

Color convert

RGB 9 4 33 -
CMYK 0.73 0.88 0 0.87
HSL 250.34º 0.78% 0.07% -
HSV(B) 250.34º 0.88% 0.13% -
XYZ 0.43 0.25 1.47 -
YUV 8.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 9 4 33 0.73 0.88 0 0.87 250.34 0.78 0.07
Hex 9 4 21 49 58 0 57 FA 4E 7
Octal 11 4 41 111 130 0 127 372 116 7
Binary 1001 100 100001 1001001 1011000 0 1010111 11111010 1001110 111

Color Harmonies of #090421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090421

Black with #090421

Text Example


Text Example

White with #090421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090421; }

 p { color: rgb(9,4,33); }

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

background-color css

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

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

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

border-color css

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

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

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