Html Css Color HEX #281721 Melanzane

📋 copy color: '#281721'

red 40 ◦ green 23 ◦ blue 33

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

Shades of Melanzane #281721

Tints of Melanzane #281721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 41.67%
G = 23.96%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281721 (or 0x281721) is known color: Melanzane. HEX triplet: 28, 17 and 21. RGB value is (40,23,33). Sum of RGB (Red+Green+Blue) = 40+23+33=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281721 is #D7E8DE. Grayscale: #1D1D1D. Windows color (decimal): -14149855 or 2168616. OLE color: 2168616.

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

Color convert

RGB 40 23 33 -
CMYK 0 0.43 0.17 0.84
HSL 324.71º 0.27% 0.12% -
HSV(B) 324.71º 0.43% 0.16% -
XYZ 1.46 1.17 1.59 -
YUV 29.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 40 23 33 0 0.43 0.17 0.84 324.71 0.27 0.12
Hex 28 17 21 0 2B 11 54 145 1B C
Octal 50 27 41 0 53 21 124 505 33 14
Binary 101000 10111 100001 0 101011 10001 1010100 101000101 11011 1100

Color Harmonies of #281721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281721

Black with #281721

Text Example


Text Example

White with #281721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281721; }

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

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

background-color css

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

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

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

border-color css

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

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

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