#2D0F25

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

Shades of Melanzane #2D0F25

Tints of Melanzane #2D0F25

Color information

#2D0F25 (or 0x2D0F25) is unknown color: approx Melanzane. HEX triplet: 2D, 0F and 25. RGB value is (45,15,37). Sum of RGB (Red+Green+Blue) = 45+15+37=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F25 is #D2F0DA. Grayscale: #1A1A1A. Windows color (decimal): -13824219 or 2428717. OLE color: 2428717.

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

Color convert

RGB451537-
CMYK00.670.180.82
HSL316º50%11.76%-
HSV(B)316º66.67%17.65%-
XYZ1.591.031.87-
YUV26.48133.94141.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.39%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=46.39%
G=15.46%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45153700.670.180.823165011.76
Hex2DF25043125213c32c
Octal5517450103221224746214
Binary1011011111100101010000111001010100101001111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,15,37); }

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

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

 a { background-color: rgb(45,15,37); }

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

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

 span { border-color: rgb(45,15,37); }

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