Html Css Color HEX #271524 Melanzane

📋 copy color: '#271524'

red 39 ◦ green 21 ◦ blue 36

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

Shades of Melanzane #271524

Tints of Melanzane #271524

RGB

 RED value IS 39 (15.63% from 255) = 40.63%

 GREEN value IS 21 (8.59% from 255) = 21.88%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 40.63%
G = 21.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#271524 (or 0x271524) is known color: Melanzane. HEX triplet: 27, 15 and 24. RGB value is (39,21,36). Sum of RGB (Red+Green+Blue) = 39+21+36=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271524 is #D8EADB. Grayscale: #1C1C1C. Windows color (decimal): -14215900 or 2364711. OLE color: 2364711.

HSL color Cylindrical-coordinate representation of color #271524: hue angle of 310º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271524 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 36 -
CMYK 0 0.46 0.08 0.85
HSL 310º 0.3% 0.12% -
HSV(B) 310º 0.46% 0.15% -
XYZ 1.42 1.1 1.81 -
YUV 28.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 39 21 36 0 0.46 0.08 0.85 310 0.3 0.12
Hex 27 15 24 0 2E 8 55 136 1E C
Octal 47 25 44 0 56 10 125 466 36 14
Binary 100111 10101 100100 0 101110 1000 1010101 100110110 11110 1100

Color Harmonies of #271524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271524

Black with #271524

Text Example


Text Example

White with #271524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271524; }

 p { color: rgb(39,21,36); }

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

background-color css

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

 a { background-color: rgb(39,21,36); }

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

border-color css

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

 span { border-color: rgb(39,21,36); }

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