#271824

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

Shades of Melanzane #271824

Tints of Melanzane #271824

Color information

#271824 (or 0x271824) is unknown color: approx Melanzane. HEX triplet: 27, 18 and 24. RGB value is (39,24,36). Sum of RGB (Red+Green+Blue) = 39+24+36=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #271824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271824 is #D8E7DB. Grayscale: #1D1D1D. Windows color (decimal): -14215132 or 2365479. OLE color: 2365479.

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

Color convert

RGB392436-
CMYK00.380.080.85
HSL312º23.81%12.35%-
HSV(B)312º38.46%15.29%-
XYZ1.481.211.82-
YUV29.85131.47134.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=39.39%
G=24.24%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39243600.380.080.8531223.8112.35
Hex27182402685513818c
Octal473044046101254703014
Binary10011111000100100010011010001010101100111000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271824; }

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

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

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

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

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

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

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

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