Html Css Color HEX #280920 Melanzane

📋 copy color: '#280920'

red 40 ◦ green 9 ◦ blue 32

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

Shades of Melanzane #280920

Tints of Melanzane #280920

RGB

 RED value IS 40 (16.02% from 255) = 49.38%

 GREEN value IS 9 (3.91% from 255) = 11.11%

 BLUE value IS 32 (12.89% from 255) = 39.51%

R = 49.38%
G = 11.11%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#280920 (or 0x280920) is known color: Melanzane. HEX triplet: 28, 09 and 20. RGB value is (40,9,32). Sum of RGB (Red+Green+Blue) = 40+9+32=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280920 is #D7F6DF. Grayscale: #141414. Windows color (decimal): -14153440 or 2099496. OLE color: 2099496.

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

Color convert

RGB 40 9 32 -
CMYK 0 0.78 0.20 0.84
HSL 315.48º 0.63% 0.1% -
HSV(B) 315.48º 0.78% 0.16% -
XYZ 1.23 0.75 1.45 -
YUV 20.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 40 9 32 0 0.78 0.20 0.84 315.48 0.63 0.1
Hex 28 9 20 0 4E 14 54 13B 3F A
Octal 50 11 40 0 116 24 124 473 77 12
Binary 101000 1001 100000 0 1001110 10100 1010100 100111011 111111 1010

Color Harmonies of #280920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280920

Black with #280920

Text Example


Text Example

White with #280920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280920; }

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

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

background-color css

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

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

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

border-color css

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

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

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