Html Css Color HEX #281521 Melanzane

📋 copy color: '#281521'

red 40 ◦ green 21 ◦ blue 33

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

Shades of Melanzane #281521

Tints of Melanzane #281521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 42.55%
G = 22.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281521 (or 0x281521) is known color: Melanzane. HEX triplet: 28, 15 and 21. RGB value is (40,21,33). Sum of RGB (Red+Green+Blue) = 40+21+33=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281521 is #D7EADE. Grayscale: #1C1C1C. Windows color (decimal): -14150367 or 2168104. OLE color: 2168104.

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

Color convert

RGB 40 21 33 -
CMYK 0 0.48 0.17 0.84
HSL 322.11º 0.31% 0.12% -
HSV(B) 322.11º 0.48% 0.16% -
XYZ 1.42 1.1 1.58 -
YUV 28.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 40 21 33 0 0.48 0.17 0.84 322.11 0.31 0.12
Hex 28 15 21 0 30 11 54 142 1F C
Octal 50 25 41 0 60 21 124 502 37 14
Binary 101000 10101 100001 0 110000 10001 1010100 101000010 11111 1100

Color Harmonies of #281521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281521

Black with #281521

Text Example


Text Example

White with #281521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281521; }

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

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

background-color css

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

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

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

border-color css

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

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

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