#2B411B

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

Shades of Black Forest #2B411B

Tints of Black Forest #2B411B

Color information

#2B411B (or 0x2B411B) is unknown color: approx Black Forest. HEX triplet: 2B, 41 and 1B. RGB value is (43,65,27). Sum of RGB (Red+Green+Blue) = 43+65+27=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #2B411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B411B is #D4BEE4. Grayscale: #363636. Windows color (decimal): -13942501 or 1786155. OLE color: 1786155.

HSL color Cylindrical-coordinate representation of color #2B411B: hue angle of 94.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B411B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB436527-
CMYK0.3400.580.75
HSL94.74º41.3%18.04%-
HSV(B)94.74º58.46%25.49%-
XYZ3.084.371.72-
YUV54.09112.71120.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.85%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 27 (10.94% from 255) = 20%
R=31.85%
G=48.15%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365270.3400.580.7594.7441.318.04
Hex2B411B2203A4B5f2912
Octal5310133420721131375122
Binary10101110000011101110001001110101001011101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,27); }

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

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

 a { background-color: rgb(43,65,27); }

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

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

 span { border-color: rgb(43,65,27); }

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