#2B2E28

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

Shades of Black Forest #2B2E28

Tints of Black Forest #2B2E28

Color information

#2B2E28 (or 0x2B2E28) is unknown color: approx Black Forest. HEX triplet: 2B, 2E and 28. RGB value is (43,46,40). Sum of RGB (Red+Green+Blue) = 43+46+40=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E28 is #D4D1D7. Grayscale: #2C2C2C. Windows color (decimal): -13947352 or 2633259. OLE color: 2633259.

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

Color convert

RGB434640-
CMYK0.0700.130.82
HSL90º6.98%16.86%-
HSV(B)90º13.04%18.04%-
XYZ2.362.622.39-
YUV44.42125.51126.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=33.33%
G=35.66%
B=31.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4346400.0700.130.82906.9816.86
Hex2B2E2870D525a711
Octal5356507015122132721
Binary101011101110101000111011011010010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,40); }

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

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

 a { background-color: rgb(43,46,40); }

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

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

 span { border-color: rgb(43,46,40); }

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