Html Css Color HEX #090422 Black Russian

📋 copy color: '#090422'

red 9 ◦ green 4 ◦ blue 34

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

Shades of Black Russian #090422

Tints of Black Russian #090422

RGB

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

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

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

R = 19.15%
G = 8.51%
B = 72.34%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#090422 (or 0x090422) is known color: Black Russian. HEX triplet: 09, 04 and 22. RGB value is (9,4,34). Sum of RGB (Red+Green+Blue) = 9+4+34=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 34 (13.67% from 255 or 72.34% from 47); Max value from RGB is 34 - color contains mainly: blue. Hex color #090422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090422 is #F6FBDD. Grayscale: #080808. Windows color (decimal): -16186334 or 2229257. OLE color: 2229257.

HSL color Cylindrical-coordinate representation of color #090422: hue angle of 250º degrees, saturation: 0.79, 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 #090422 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 4 34 -
CMYK 0.74 0.88 0 0.87
HSL 250º 0.79% 0.07% -
HSV(B) 250º 0.88% 0.13% -
XYZ 0.44 0.26 1.54 -
YUV 8.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 9 4 34 0.74 0.88 0 0.87 250 0.79 0.07
Hex 9 4 22 4A 58 0 57 FA 4F 7
Octal 11 4 42 112 130 0 127 372 117 7
Binary 1001 100 100010 1001010 1011000 0 1010111 11111010 1001111 111

Color Harmonies of #090422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090422

Black with #090422

Text Example


Text Example

White with #090422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090422; }

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

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

background-color css

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

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

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

border-color css

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

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

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