#2F252B

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

Shades of Melanzane #2F252B

Tints of Melanzane #2F252B

Color information

#2F252B (or 0x2F252B) is unknown color: approx Melanzane. HEX triplet: 2F, 25 and 2B. RGB value is (47,37,43). Sum of RGB (Red+Green+Blue) = 47+37+43=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 47 - color contains mainly: red. Hex color #2F252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F252B is #D0DAD4. Grayscale: #282828. Windows color (decimal): -13687509 or 2827567. OLE color: 2827567.

HSL color Cylindrical-coordinate representation of color #2F252B: hue angle of 324º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F252B is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB473743-
CMYK00.210.090.82
HSL324º11.9%16.47%-
HSV(B)324º21.28%18.43%-
XYZ2.272.12.57-
YUV40.67129.31132.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=37.01%
G=29.13%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47374300.210.090.8232411.916.47
Hex2F252B015952144c10
Octal574553025111225041420
Binary10111110010110101101010110011010010101000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,43); }

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

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

 a { background-color: rgb(47,37,43); }

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

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

 span { border-color: rgb(47,37,43); }

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