Html Css Color HEX #280E20 Melanzane

📋 copy color: '#280E20'

red 40 ◦ green 14 ◦ blue 32

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

Shades of Melanzane #280E20

Tints of Melanzane #280E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.28%

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

R = 46.51%
G = 16.28%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#280E20 (or 0x280E20) is known color: Melanzane. HEX triplet: 28, 0E and 20. RGB value is (40,14,32). Sum of RGB (Red+Green+Blue) = 40+14+32=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #280E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E20 is #D7F1DF. Grayscale: #171717. Windows color (decimal): -14152160 or 2100776. OLE color: 2100776.

HSL color Cylindrical-coordinate representation of color #280E20: hue angle of 318.46º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E20 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 32 -
CMYK 0 0.65 0.20 0.84
HSL 318.46º 0.48% 0.11% -
HSV(B) 318.46º 0.65% 0.16% -
XYZ 1.29 0.87 1.47 -
YUV 23.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 40 14 32 0 0.65 0.20 0.84 318.46 0.48 0.11
Hex 28 E 20 0 41 14 54 13E 30 B
Octal 50 16 40 0 101 24 124 476 60 13
Binary 101000 1110 100000 0 1000001 10100 1010100 100111110 110000 1011

Color Harmonies of #280E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E20

Black with #280E20

Text Example


Text Example

White with #280E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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