#271F24

Color #271F24 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #271F24

Tints of Melanzane #271F24

Color information

#271F24 (or 0x271F24) is unknown color: approx Melanzane. HEX triplet: 27, 1F and 24. RGB value is (39,31,36). Sum of RGB (Red+Green+Blue) = 39+31+36=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 39 - color contains mainly: red. Hex color #271F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F24 is #D8E0DB. Grayscale: #212121. Windows color (decimal): -14213340 or 2367271. OLE color: 2367271.

HSL color Cylindrical-coordinate representation of color #271F24: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #271F24 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB393136-
CMYK00.210.080.85
HSL322.5º11.43%13.73%-
HSV(B)322.5º20.51%15.29%-
XYZ1.651.541.88-
YUV33.96129.15131.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=36.79%
G=29.25%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39313600.210.080.85322.511.4313.73
Hex271F24015855142be
Octal473744025101255021316
Binary100111111111001000101011000101010110100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F24; }

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

 H1.HeaderClassName
 {
   color: #271F24;
 }
 .AnyTagClassName
 {
   color: #271F24;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #271F24;
 }
 .BgClassName
 {
   background-color: #271F24;
 }
</style>
border-color css

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

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

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