#2B232A

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

Shades of Melanzane #2B232A

Tints of Melanzane #2B232A

Color information

#2B232A (or 0x2B232A) is unknown color: approx Melanzane. HEX triplet: 2B, 23 and 2A. RGB value is (43,35,42). Sum of RGB (Red+Green+Blue) = 43+35+42=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 43 - color contains mainly: red. Hex color #2B232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232A is #D4DCD5. Grayscale: #262626. Windows color (decimal): -13950166 or 2761515. OLE color: 2761515.

HSL color Cylindrical-coordinate representation of color #2B232A: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B232A is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB433542-
CMYK00.190.020.83
HSL307.5º10.26%15.29%-
HSV(B)307.5º18.6%16.86%-
XYZ2.021.882.45-
YUV38.19130.15131.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 42 (16.80% from 255) = 35%
R=35.83%
G=29.17%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43354200.190.020.83307.510.2615.29
Hex2B232A013253134af
Octal53435202321234641217
Binary10101110001110101001001110101001110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,42); }

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

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

 a { background-color: rgb(43,35,42); }

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

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

 span { border-color: rgb(43,35,42); }

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