#090422

Color #090422 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #090422

Tints of Black Russian #090422

Color information

#090422 (or 0x090422) is unknown color: approx 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

RGB9434-
CMYK0.740.8800.87
HSL250º78.95%7.45%-
HSV(B)250º88.24%13.33%-
XYZ0.440.261.54-
YUV8.91142.16128.06-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal94340.740.8800.8725078.957.45
Hex94224A58057fa4f7
Octal1144211213001273721177
Binary10011001000101001010101100001010111111110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>