Html Css Color HEX #24131E Melanzane

📋 copy color: '#24131E'

red 36 ◦ green 19 ◦ blue 30

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

Shades of Melanzane #24131E

Tints of Melanzane #24131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 35.29%

R = 42.35%
G = 22.35%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#24131E (or 0x24131E) is known color: Melanzane. HEX triplet: 24, 13 and 1E. RGB value is (36,19,30). Sum of RGB (Red+Green+Blue) = 36+19+30=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24131E is #DBECE1. Grayscale: #191919. Windows color (decimal): -14413026 or 1970980. OLE color: 1970980.

HSL color Cylindrical-coordinate representation of color #24131E: hue angle of 321.18º 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 #24131E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 30 -
CMYK 0 0.47 0.17 0.86
HSL 321.18º 0.31% 0.11% -
HSV(B) 321.18º 0.47% 0.14% -
XYZ 1.19 0.93 1.35 -
YUV 25.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 36 19 30 0 0.47 0.17 0.86 321.18 0.31 0.11
Hex 24 13 1E 0 2F 11 56 141 1F B
Octal 44 23 36 0 57 21 126 501 37 13
Binary 100100 10011 11110 0 101111 10001 1010110 101000001 11111 1011

Color Harmonies of #24131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24131E

Black with #24131E

Text Example


Text Example

White with #24131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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