#2B262A

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

Shades of Melanzane #2B262A

Tints of Melanzane #2B262A

Color information

#2B262A (or 0x2B262A) is unknown color: approx Melanzane. HEX triplet: 2B, 26 and 2A. RGB value is (43,38,42). Sum of RGB (Red+Green+Blue) = 43+38+42=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 43 - color contains mainly: red. Hex color #2B262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262A is #D4D9D5. Grayscale: #272727. Windows color (decimal): -13949398 or 2762283. OLE color: 2762283.

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

Color convert

RGB433842-
CMYK00.120.020.83
HSL312º6.17%15.88%-
HSV(B)312º11.63%16.86%-
XYZ2.112.072.48-
YUV39.95129.16130.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=34.96%
G=30.89%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43384200.120.020.833126.1715.88
Hex2B262A0C253138610
Octal5346520142123470620
Binary1010111001101010100110010101001110011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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