#2B0D25

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

Shades of Melanzane #2B0D25

Tints of Melanzane #2B0D25

Color information

#2B0D25 (or 0x2B0D25) is unknown color: approx Melanzane. HEX triplet: 2B, 0D and 25. RGB value is (43,13,37). Sum of RGB (Red+Green+Blue) = 43+13+37=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0D25 is #D4F2DA. Grayscale: #181818. Windows color (decimal): -13955803 or 2428203. OLE color: 2428203.

HSL color Cylindrical-coordinate representation of color #2B0D25: hue angle of 312º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B0D25 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB431337-
CMYK00.700.140.83
HSL312º53.57%10.98%-
HSV(B)312º69.77%16.86%-
XYZ1.470.941.85-
YUV24.71134.94141.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=46.24%
G=13.98%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43133700.700.140.8331253.5710.98
Hex2BD25046E5313836b
Octal5315450106161234706613
Binary101011110110010101000110111010100111001110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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