#271621

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

Shades of Melanzane #271621

Tints of Melanzane #271621

Color information

#271621 (or 0x271621) is unknown color: approx Melanzane. HEX triplet: 27, 16 and 21. RGB value is (39,22,33). Sum of RGB (Red+Green+Blue) = 39+22+33=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271621 is #D8E9DE. Grayscale: #1C1C1C. Windows color (decimal): -14215647 or 2168359. OLE color: 2168359.

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

Color convert

RGB392233-
CMYK00.440.150.85
HSL321.18º27.87%11.96%-
HSV(B)321.18º43.59%15.29%-
XYZ1.41.111.58-
YUV28.34130.63135.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=41.49%
G=23.40%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39223300.440.150.85321.1827.8711.96
Hex27162102CF551411cc
Octal472641054171255013414
Binary10011110110100001010110011111010101101000001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271621; }

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

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

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

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

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

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

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

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