Html Css Color HEX #281421 Melanzane

📋 copy color: '#281421'

red 40 ◦ green 20 ◦ blue 33

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

Shades of Melanzane #281421

Tints of Melanzane #281421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 35.48%

R = 43.01%
G = 21.51%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281421 (or 0x281421) is known color: Melanzane. HEX triplet: 28, 14 and 21. RGB value is (40,20,33). Sum of RGB (Red+Green+Blue) = 40+20+33=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #281421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281421 is #D7EBDE. Grayscale: #1B1B1B. Windows color (decimal): -14150623 or 2167848. OLE color: 2167848.

HSL color Cylindrical-coordinate representation of color #281421: hue angle of 321º 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 #281421 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 20 33 -
CMYK 0 0.5 0.17 0.84
HSL 321º 0.33% 0.12% -
HSV(B) 321º 0.5% 0.16% -
XYZ 1.4 1.06 1.57 -
YUV 27.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 40 20 33 0 0.5 0.17 0.84 321 0.33 0.12
Hex 28 14 21 0 32 11 54 141 21 C
Octal 50 24 41 0 62 21 124 501 41 14
Binary 101000 10100 100001 0 110010 10001 1010100 101000001 100001 1100

Color Harmonies of #281421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281421

Black with #281421

Text Example


Text Example

White with #281421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281421; }

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

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

background-color css

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

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

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

border-color css

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

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

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