Html Css Color HEX #24131F Melanzane

📋 copy color: '#24131F'

red 36 ◦ green 19 ◦ blue 31

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

Shades of Melanzane #24131F

Tints of Melanzane #24131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 41.86%
G = 22.09%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#24131F (or 0x24131F) is known color: Melanzane. HEX triplet: 24, 13 and 1F. RGB value is (36,19,31). Sum of RGB (Red+Green+Blue) = 36+19+31=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #24131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24131F is #DBECE0. Grayscale: #191919. Windows color (decimal): -14413025 or 2036516. OLE color: 2036516.

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

Color convert

RGB 36 19 31 -
CMYK 0 0.47 0.14 0.86
HSL 317.65º 0.31% 0.11% -
HSV(B) 317.65º 0.47% 0.14% -
XYZ 1.21 0.94 1.41 -
YUV 25.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 36 19 31 0 0.47 0.14 0.86 317.65 0.31 0.11
Hex 24 13 1F 0 2F E 56 13E 1F B
Octal 44 23 37 0 57 16 126 476 37 13
Binary 100100 10011 11111 0 101111 1110 1010110 100111110 11111 1011

Color Harmonies of #24131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24131F

Black with #24131F

Text Example


Text Example

White with #24131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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