#2B3526

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

Shades of Black Forest #2B3526

Tints of Black Forest #2B3526

Color information

#2B3526 (or 0x2B3526) is unknown color: approx Black Forest. HEX triplet: 2B, 35 and 26. RGB value is (43,53,38). Sum of RGB (Red+Green+Blue) = 43+53+38=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3526 is #D4CAD9. Grayscale: #303030. Windows color (decimal): -13945562 or 2503979. OLE color: 2503979.

HSL color Cylindrical-coordinate representation of color #2B3526: hue angle of 100º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3526 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB435338-
CMYK0.1900.280.79
HSL100º16.48%17.84%-
HSV(B)100º28.3%20.78%-
XYZ2.623.22.31-
YUV48.3122.19124.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=32.09%
G=39.55%
B=28.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353380.1900.280.7910016.4817.84
Hex2B35261301C4F641012
Octal536546230341171442022
Binary10101111010110011010011011100100111111001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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