#271921

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

Shades of Melanzane #271921

Tints of Melanzane #271921

Color information

#271921 (or 0x271921) is unknown color: approx Melanzane. HEX triplet: 27, 19 and 21. RGB value is (39,25,33). Sum of RGB (Red+Green+Blue) = 39+25+33=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271921 is #D8E6DE. Grayscale: #1E1E1E. Windows color (decimal): -14214879 or 2169127. OLE color: 2169127.

HSL color Cylindrical-coordinate representation of color #271921: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271921 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB392533-
CMYK00.360.150.85
HSL325.71º21.88%12.55%-
HSV(B)325.71º35.9%15.29%-
XYZ1.461.241.6-
YUV30.1129.64134.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=40.21%
G=25.77%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39253300.360.150.85325.7121.8812.55
Hex271921024F5514616d
Octal473141044171255062615
Binary10011111001100001010010011111010101101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271921; }

 p { color: rgb(39,25,33); }

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

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

 a { background-color: rgb(39,25,33); }

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

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

 span { border-color: rgb(39,25,33); }

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