#2B3521

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

Shades of Black Forest #2B3521

Tints of Black Forest #2B3521

Color information

#2B3521 (or 0x2B3521) is unknown color: approx Black Forest. HEX triplet: 2B, 35 and 21. RGB value is (43,53,33). Sum of RGB (Red+Green+Blue) = 43+53+33=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3521 is #D4CADE. Grayscale: #2F2F2F. Windows color (decimal): -13945567 or 2176299. OLE color: 2176299.

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

Color convert

RGB435333-
CMYK0.1900.380.79
HSL90º23.26%16.86%-
HSV(B)90º37.74%20.78%-
XYZ2.543.171.92-
YUV47.73119.69124.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=33.33%
G=41.09%
B=25.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353330.1900.380.799023.2616.86
Hex2B3521130264F5a1711
Octal536541230461171322721
Binary101011110101100001100110100110100111110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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