#271423

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

Shades of Melanzane #271423

Tints of Melanzane #271423

Color information

#271423 (or 0x271423) is unknown color: approx Melanzane. HEX triplet: 27, 14 and 23. RGB value is (39,20,35). Sum of RGB (Red+Green+Blue) = 39+20+35=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271423 is #D8EBDC. Grayscale: #1B1B1B. Windows color (decimal): -14216157 or 2298919. OLE color: 2298919.

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

Color convert

RGB392035-
CMYK00.490.100.85
HSL312.63º32.2%11.57%-
HSV(B)312.63º48.72%15.29%-
XYZ1.391.051.72-
YUV27.39132.29136.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=41.49%
G=21.28%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39203500.490.100.85312.6332.211.57
Hex271423031A5513920c
Octal472443061121254714014
Binary100111101001000110110001101010101011001110011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271423; }

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

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

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

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

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

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

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

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