#2F212A

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

Shades of Melanzane #2F212A

Tints of Melanzane #2F212A

Color information

#2F212A (or 0x2F212A) is unknown color: approx Melanzane. HEX triplet: 2F, 21 and 2A. RGB value is (47,33,42). Sum of RGB (Red+Green+Blue) = 47+33+42=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F212A is #D0DED5. Grayscale: #262626. Windows color (decimal): -13688534 or 2761007. OLE color: 2761007.

HSL color Cylindrical-coordinate representation of color #2F212A: hue angle of 321.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F212A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB473342-
CMYK00.300.110.82
HSL321.43º17.5%15.69%-
HSV(B)321.43º29.79%18.43%-
XYZ2.131.862.44-
YUV38.21130.14134.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=38.52%
G=27.05%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47334200.300.110.82321.4317.515.69
Hex2F212A01EB521411110
Octal574152036131225012120
Binary101111100001101010011110101110100101010000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,42); }

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

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

 a { background-color: rgb(47,33,42); }

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

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

 span { border-color: rgb(47,33,42); }

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