Html Css Color HEX #240A1D Melanzane

📋 copy color: '#240A1D'

red 36 ◦ green 10 ◦ blue 29

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

Shades of Melanzane #240A1D

Tints of Melanzane #240A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.33%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 48%
G = 13.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#240A1D (or 0x240A1D) is known color: Melanzane. HEX triplet: 24, 0A and 1D. RGB value is (36,10,29). Sum of RGB (Red+Green+Blue) = 36+10+29=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1D is #DBF5E2. Grayscale: #131313. Windows color (decimal): -14415331 or 1903140. OLE color: 1903140.

HSL color Cylindrical-coordinate representation of color #240A1D: hue angle of 316.15º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A1D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 10 29 -
CMYK 0 0.72 0.19 0.86
HSL 316.15º 0.57% 0.09% -
HSV(B) 316.15º 0.72% 0.14% -
XYZ 1.06 0.68 1.24 -
YUV 19.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 36 10 29 0 0.72 0.19 0.86 316.15 0.57 0.09
Hex 24 A 1D 0 48 13 56 13C 39 9
Octal 44 12 35 0 110 23 126 474 71 11
Binary 100100 1010 11101 0 1001000 10011 1010110 100111100 111001 1001

Color Harmonies of #240A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A1D

Black with #240A1D

Text Example


Text Example

White with #240A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A1D; }

 p { color: rgb(36,10,29); }

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

background-color css

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

 a { background-color: rgb(36,10,29); }

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

border-color css

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

 span { border-color: rgb(36,10,29); }

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