Html Css Color HEX #281821 Melanzane

📋 copy color: '#281821'

red 40 ◦ green 24 ◦ blue 33

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

Shades of Melanzane #281821

Tints of Melanzane #281821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 41.24%
G = 24.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281821 (or 0x281821) is known color: Melanzane. HEX triplet: 28, 18 and 21. RGB value is (40,24,33). Sum of RGB (Red+Green+Blue) = 40+24+33=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281821 is #D7E7DE. Grayscale: #1D1D1D. Windows color (decimal): -14149599 or 2168872. OLE color: 2168872.

HSL color Cylindrical-coordinate representation of color #281821: hue angle of 326.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281821 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 24 33 -
CMYK 0 0.40 0.17 0.84
HSL 326.25º 0.25% 0.13% -
HSV(B) 326.25º 0.4% 0.16% -
XYZ 1.48 1.21 1.6 -
YUV 29.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 40 24 33 0 0.40 0.17 0.84 326.25 0.25 0.13
Hex 28 18 21 0 28 11 54 146 19 D
Octal 50 30 41 0 50 21 124 506 31 15
Binary 101000 11000 100001 0 101000 10001 1010100 101000110 11001 1101

Color Harmonies of #281821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281821

Black with #281821

Text Example


Text Example

White with #281821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281821; }

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

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

background-color css

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

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

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

border-color css

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

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

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