Html Css Color HEX #271520 Melanzane

📋 copy color: '#271520'

red 39 ◦ green 21 ◦ blue 32

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

Shades of Melanzane #271520

Tints of Melanzane #271520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 42.39%
G = 22.83%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#271520 (or 0x271520) is known color: Melanzane. HEX triplet: 27, 15 and 20. RGB value is (39,21,32). Sum of RGB (Red+Green+Blue) = 39+21+32=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271520 is #D8EADF. Grayscale: #1B1B1B. Windows color (decimal): -14215904 or 2102567. OLE color: 2102567.

HSL color Cylindrical-coordinate representation of color #271520: hue angle of 323.33º 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 #271520 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 32 -
CMYK 0 0.46 0.18 0.85
HSL 323.33º 0.3% 0.12% -
HSV(B) 323.33º 0.46% 0.15% -
XYZ 1.37 1.07 1.5 -
YUV 27.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 39 21 32 0 0.46 0.18 0.85 323.33 0.3 0.12
Hex 27 15 20 0 2E 12 55 143 1E C
Octal 47 25 40 0 56 22 125 503 36 14
Binary 100111 10101 100000 0 101110 10010 1010101 101000011 11110 1100

Color Harmonies of #271520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271520

Black with #271520

Text Example


Text Example

White with #271520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271520; }

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

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

background-color css

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

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

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

border-color css

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

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

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