#2B3621

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

Shades of Black Forest #2B3621

Tints of Black Forest #2B3621

Color information

#2B3621 (or 0x2B3621) is unknown color: approx Black Forest. HEX triplet: 2B, 36 and 21. RGB value is (43,54,33). Sum of RGB (Red+Green+Blue) = 43+54+33=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3621 is #D4C9DE. Grayscale: #303030. Windows color (decimal): -13945311 or 2176555. OLE color: 2176555.

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

Color convert

RGB435433-
CMYK0.2000.390.79
HSL91.43º24.14%17.06%-
HSV(B)91.43º38.89%21.18%-
XYZ2.593.261.93-
YUV48.32119.36124.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.08%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=33.08%
G=41.54%
B=25.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4354330.2000.390.7991.4324.1417.06
Hex2B3621140274F5b1811
Octal536641240471171333021
Binary101011110110100001101000100111100111110110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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