#271323

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

Shades of Melanzane #271323

Tints of Melanzane #271323

Color information

#271323 (or 0x271323) is unknown color: approx Melanzane. HEX triplet: 27, 13 and 23. RGB value is (39,19,35). Sum of RGB (Red+Green+Blue) = 39+19+35=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271323 is #D8ECDC. Grayscale: #1A1A1A. Windows color (decimal): -14216413 or 2298663. OLE color: 2298663.

HSL color Cylindrical-coordinate representation of color #271323: hue angle of 312º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271323 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.85.

Color convert

RGB391935-
CMYK00.510.100.85
HSL312º34.48%11.37%-
HSV(B)312º51.28%15.29%-
XYZ1.371.021.71-
YUV26.8132.63136.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=41.94%
G=20.43%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193500.510.100.8531234.4811.37
Hex271323033A5513822b
Octal472343063121254704213
Binary100111100111000110110011101010101011001110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271323; }

 p { color: rgb(39,19,35); }

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

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

 a { background-color: rgb(39,19,35); }

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

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

 span { border-color: rgb(39,19,35); }

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