Html Css Color HEX #24181F Melanzane

📋 copy color: '#24181F'

red 36 ◦ green 24 ◦ blue 31

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

Shades of Melanzane #24181F

Tints of Melanzane #24181F

RGB

 RED value IS 36 (14.45% from 255) = 39.56%

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

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 39.56%
G = 26.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#24181F (or 0x24181F) is known color: Melanzane. HEX triplet: 24, 18 and 1F. RGB value is (36,24,31). Sum of RGB (Red+Green+Blue) = 36+24+31=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #24181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181F is #DBE7E0. Grayscale: #1C1C1C. Windows color (decimal): -14411745 or 2037796. OLE color: 2037796.

HSL color Cylindrical-coordinate representation of color #24181F: hue angle of 325º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24181F is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 24 31 -
CMYK 0 0.33 0.14 0.86
HSL 325º 0.2% 0.12% -
HSV(B) 325º 0.33% 0.14% -
XYZ 1.3 1.13 1.45 -
YUV 28.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 36 24 31 0 0.33 0.14 0.86 325 0.2 0.12
Hex 24 18 1F 0 21 E 56 145 14 C
Octal 44 30 37 0 41 16 126 505 24 14
Binary 100100 11000 11111 0 100001 1110 1010110 101000101 10100 1100

Color Harmonies of #24181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24181F

Black with #24181F

Text Example


Text Example

White with #24181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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