#2B1825

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

Shades of Melanzane #2B1825

Tints of Melanzane #2B1825

Color information

#2B1825 (or 0x2B1825) is unknown color: approx Melanzane. HEX triplet: 2B, 18 and 25. RGB value is (43,24,37). Sum of RGB (Red+Green+Blue) = 43+24+37=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1825 is #D4E7DA. Grayscale: #1F1F1F. Windows color (decimal): -13952987 or 2431019. OLE color: 2431019.

HSL color Cylindrical-coordinate representation of color #2B1825: hue angle of 318.95º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B1825 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB432437-
CMYK00.440.140.83
HSL318.95º28.36%13.14%-
HSV(B)318.95º44.19%16.86%-
XYZ1.661.31.91-
YUV31.16131.29136.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.35%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=41.35%
G=23.08%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43243700.440.140.83318.9528.3613.14
Hex2B182502CE5313f1cd
Octal533045054161234773415
Binary10101111000100101010110011101010011100111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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