Html Css Color HEX #240A1C Melanzane

📋 copy color: '#240A1C'

red 36 ◦ green 10 ◦ blue 28

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

Shades of Melanzane #240A1C

Tints of Melanzane #240A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.84%

R = 48.65%
G = 13.51%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#240A1C (or 0x240A1C) is known color: Melanzane. HEX triplet: 24, 0A and 1C. RGB value is (36,10,28). Sum of RGB (Red+Green+Blue) = 36+10+28=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1C is #DBF5E3. Grayscale: #131313. Windows color (decimal): -14415332 or 1837604. OLE color: 1837604.

HSL color Cylindrical-coordinate representation of color #240A1C: hue angle of 318.46º 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 #240A1C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 10 28 -
CMYK 0 0.72 0.22 0.86
HSL 318.46º 0.57% 0.09% -
HSV(B) 318.46º 0.72% 0.14% -
XYZ 1.05 0.68 1.17 -
YUV 19.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 36 10 28 0 0.72 0.22 0.86 318.46 0.57 0.09
Hex 24 A 1C 0 48 16 56 13E 39 9
Octal 44 12 34 0 110 26 126 476 71 11
Binary 100100 1010 11100 0 1001000 10110 1010110 100111110 111001 1001

Color Harmonies of #240A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A1C

Black with #240A1C

Text Example


Text Example

White with #240A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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