Html Css Color HEX #090428 Black Russian

📋 copy color: '#090428'

red 9 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #090428

Tints of Black Russian #090428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 75.47%

R = 16.98%
G = 7.55%
B = 75.47%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#090428 (or 0x090428) is known color: Black Russian. HEX triplet: 09, 04 and 28. RGB value is (9,4,40). Sum of RGB (Red+Green+Blue) = 9+4+40=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 40 (16.02% from 255 or 75.47% from 53); Max value from RGB is 40 - color contains mainly: blue. Hex color #090428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090428 is #F6FBD7. Grayscale: #090909. Windows color (decimal): -16186328 or 2622473. OLE color: 2622473.

HSL color Cylindrical-coordinate representation of color #090428: hue angle of 248.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090428 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 4 40 -
CMYK 0.78 0.90 0 0.84
HSL 248.33º 0.82% 0.09% -
HSV(B) 248.33º 0.9% 0.16% -
XYZ 0.54 0.3 2.04 -
YUV 9.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 9 4 40 0.78 0.90 0 0.84 248.33 0.82 0.09
Hex 9 4 28 4E 5A 0 54 F8 52 9
Octal 11 4 50 116 132 0 124 370 122 11
Binary 1001 100 101000 1001110 1011010 0 1010100 11111000 1010010 1001

Color Harmonies of #090428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090428

Black with #090428

Text Example


Text Example

White with #090428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090428; }

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

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

background-color css

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

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

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

border-color css

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

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

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