#2F1429

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

Shades of Melanzane #2F1429

Tints of Melanzane #2F1429

Color information

#2F1429 (or 0x2F1429) is unknown color: approx Melanzane. HEX triplet: 2F, 14 and 29. RGB value is (47,20,41). Sum of RGB (Red+Green+Blue) = 47+20+41=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1429 is #D0EBD6. Grayscale: #1E1E1E. Windows color (decimal): -13691863 or 2692143. OLE color: 2692143.

HSL color Cylindrical-coordinate representation of color #2F1429: hue angle of 313.33º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F1429 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB472041-
CMYK00.570.130.82
HSL313.33º40.3%13.14%-
HSV(B)313.33º57.45%18.43%-
XYZ1.821.262.25-
YUV30.47133.95139.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=43.52%
G=18.52%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47204100.570.130.82313.3340.313.14
Hex2F1429039D5213928d
Octal572451071151224715015
Binary101111101001010010111001110110100101001110011010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1429; }

 p { color: rgb(47,20,41); }

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

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

 a { background-color: rgb(47,20,41); }

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

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

 span { border-color: rgb(47,20,41); }

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