#2B421D

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

Shades of Black Forest #2B421D

Tints of Black Forest #2B421D

Color information

#2B421D (or 0x2B421D) is unknown color: approx Black Forest. HEX triplet: 2B, 42 and 1D. RGB value is (43,66,29). Sum of RGB (Red+Green+Blue) = 43+66+29=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #2B421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B421D is #D4BDE2. Grayscale: #373737. Windows color (decimal): -13942243 or 1917483. OLE color: 1917483.

HSL color Cylindrical-coordinate representation of color #2B421D: hue angle of 97.3º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B421D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB436629-
CMYK0.3500.560.74
HSL97.3º38.95%18.63%-
HSV(B)97.3º56.06%25.88%-
XYZ3.174.51.86-
YUV54.9113.38119.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.16%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=31.16%
G=47.83%
B=21.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366290.3500.560.7497.338.9518.63
Hex2B421D230384A612713
Octal5310235430701121414723
Binary10101110000101110110001101110001001010110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,29); }

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

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

 a { background-color: rgb(43,66,29); }

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

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

 span { border-color: rgb(43,66,29); }

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