Html Css Color HEX #271720 Melanzane

📋 copy color: '#271720'

red 39 ◦ green 23 ◦ blue 32

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

Shades of Melanzane #271720

Tints of Melanzane #271720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 41.49%
G = 24.47%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#271720 (or 0x271720) is known color: Melanzane. HEX triplet: 27, 17 and 20. RGB value is (39,23,32). Sum of RGB (Red+Green+Blue) = 39+23+32=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271720 is #D8E8DF. Grayscale: #1C1C1C. Windows color (decimal): -14215392 or 2103079. OLE color: 2103079.

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

Color convert

RGB 39 23 32 -
CMYK 0 0.41 0.18 0.85
HSL 326.25º 0.26% 0.12% -
HSV(B) 326.25º 0.41% 0.15% -
XYZ 1.4 1.15 1.51 -
YUV 28.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 39 23 32 0 0.41 0.18 0.85 326.25 0.26 0.12
Hex 27 17 20 0 29 12 55 146 1A C
Octal 47 27 40 0 51 22 125 506 32 14
Binary 100111 10111 100000 0 101001 10010 1010101 101000110 11010 1100

Color Harmonies of #271720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271720

Black with #271720

Text Example


Text Example

White with #271720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271720; }

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

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

background-color css

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

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

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

border-color css

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

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

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