#2F1426

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

Shades of Melanzane #2F1426

Tints of Melanzane #2F1426

Color information

#2F1426 (or 0x2F1426) is unknown color: approx Melanzane. HEX triplet: 2F, 14 and 26. RGB value is (47,20,38). Sum of RGB (Red+Green+Blue) = 47+20+38=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1426 is #D0EBD9. Grayscale: #1E1E1E. Windows color (decimal): -13691866 or 2495535. OLE color: 2495535.

HSL color Cylindrical-coordinate representation of color #2F1426: hue angle of 320º 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 #2F1426 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB472038-
CMYK00.570.190.82
HSL320º40.3%13.14%-
HSV(B)320º57.45%18.43%-
XYZ1.771.241.98-
YUV30.12132.45140.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=44.76%
G=19.05%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47203800.570.190.8232040.313.14
Hex2F1426039135214028d
Octal572446071231225005015
Binary1011111010010011001110011001110100101010000001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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