Html Css Color HEX #090528 Black Russian

📋 copy color: '#090528'

red 9 ◦ green 5 ◦ blue 40

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

Shades of Black Russian #090528

Tints of Black Russian #090528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

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

R = 16.67%
G = 9.26%
B = 74.07%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#090528 (or 0x090528) is known color: Black Russian. HEX triplet: 09, 05 and 28. RGB value is (9,5,40). Sum of RGB (Red+Green+Blue) = 9+5+40=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #090528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090528 is #F6FAD7. Grayscale: #0A0A0A. Windows color (decimal): -16186072 or 2622729. OLE color: 2622729.

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

Color convert

RGB 9 5 40 -
CMYK 0.78 0.88 0 0.84
HSL 246.86º 0.78% 0.09% -
HSV(B) 246.86º 0.88% 0.16% -
XYZ 0.55 0.32 2.04 -
YUV 10.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 9 5 40 0.78 0.88 0 0.84 246.86 0.78 0.09
Hex 9 5 28 4E 58 0 54 F7 4E 9
Octal 11 5 50 116 130 0 124 367 116 11
Binary 1001 101 101000 1001110 1011000 0 1010100 11110111 1001110 1001

Color Harmonies of #090528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090528

Black with #090528

Text Example


Text Example

White with #090528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090528; }

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

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

background-color css

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

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

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

border-color css

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

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

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