Html Css Color HEX #281424 Melanzane

📋 copy color: '#281424'

red 40 ◦ green 20 ◦ blue 36

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

Shades of Melanzane #281424

Tints of Melanzane #281424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 41.67%
G = 20.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#281424 (or 0x281424) is known color: Melanzane. HEX triplet: 28, 14 and 24. RGB value is (40,20,36). Sum of RGB (Red+Green+Blue) = 40+20+36=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281424 is #D7EBDB. Grayscale: #1B1B1B. Windows color (decimal): -14150620 or 2364456. OLE color: 2364456.

HSL color Cylindrical-coordinate representation of color #281424: hue angle of 312º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #281424 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 20 36 -
CMYK 0 0.5 0.10 0.84
HSL 312º 0.33% 0.12% -
HSV(B) 312º 0.5% 0.16% -
XYZ 1.44 1.08 1.8 -
YUV 27.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 40 20 36 0 0.5 0.10 0.84 312 0.33 0.12
Hex 28 14 24 0 32 A 54 138 21 C
Octal 50 24 44 0 62 12 124 470 41 14
Binary 101000 10100 100100 0 110010 1010 1010100 100111000 100001 1100

Color Harmonies of #281424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281424

Black with #281424

Text Example


Text Example

White with #281424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281424; }

 p { color: rgb(40,20,36); }

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

background-color css

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

 a { background-color: rgb(40,20,36); }

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

border-color css

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

 span { border-color: rgb(40,20,36); }

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