Html Css Color HEX #24061E Melanzane

📋 copy color: '#24061E'

red 36 ◦ green 6 ◦ blue 30

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

Shades of Melanzane #24061E

Tints of Melanzane #24061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.33%

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

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#24061E (or 0x24061E) is known color: Melanzane. HEX triplet: 24, 06 and 1E. RGB value is (36,6,30). Sum of RGB (Red+Green+Blue) = 36+6+30=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #24061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24061E is #DBF9E1. Grayscale: #111111. Windows color (decimal): -14416354 or 1967652. OLE color: 1967652.

HSL color Cylindrical-coordinate representation of color #24061E: hue angle of 312º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24061E is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 6 30 -
CMYK 0 0.83 0.17 0.86
HSL 312º 0.71% 0.08% -
HSV(B) 312º 0.83% 0.14% -
XYZ 1.03 0.6 1.29 -
YUV 17.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 36 6 30 0 0.83 0.17 0.86 312 0.71 0.08
Hex 24 6 1E 0 53 11 56 138 47 8
Octal 44 6 36 0 123 21 126 470 107 10
Binary 100100 110 11110 0 1010011 10001 1010110 100111000 1000111 1000

Color Harmonies of #24061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24061E

Black with #24061E

Text Example


Text Example

White with #24061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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