Html Css Color HEX #281824 Melanzane

📋 copy color: '#281824'

red 40 ◦ green 24 ◦ blue 36

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

Shades of Melanzane #281824

Tints of Melanzane #281824

RGB

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

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

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

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#281824 (or 0x281824) is known color: Melanzane. HEX triplet: 28, 18 and 24. RGB value is (40,24,36). Sum of RGB (Red+Green+Blue) = 40+24+36=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281824 is #D7E7DB. Grayscale: #1E1E1E. Windows color (decimal): -14149596 or 2365480. OLE color: 2365480.

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

Color convert

RGB 40 24 36 -
CMYK 0 0.40 0.10 0.84
HSL 315º 0.25% 0.13% -
HSV(B) 315º 0.4% 0.16% -
XYZ 1.52 1.23 1.83 -
YUV 30.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 40 24 36 0 0.40 0.10 0.84 315 0.25 0.13
Hex 28 18 24 0 28 A 54 13B 19 D
Octal 50 30 44 0 50 12 124 473 31 15
Binary 101000 11000 100100 0 101000 1010 1010100 100111011 11001 1101

Color Harmonies of #281824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281824

Black with #281824

Text Example


Text Example

White with #281824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281824; }

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

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

background-color css

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

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

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

border-color css

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

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

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