#2B3E1F

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

Shades of Black Forest #2B3E1F

Tints of Black Forest #2B3E1F

Color information

#2B3E1F (or 0x2B3E1F) is unknown color: approx Black Forest. HEX triplet: 2B, 3E and 1F. RGB value is (43,62,31). Sum of RGB (Red+Green+Blue) = 43+62+31=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #2B3E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E1F is #D4C1E0. Grayscale: #343434. Windows color (decimal): -13943265 or 2047531. OLE color: 2047531.

HSL color Cylindrical-coordinate representation of color #2B3E1F: hue angle of 96.77º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3E1F is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB436231-
CMYK0.3100.50.76
HSL96.77º33.33%18.24%-
HSV(B)96.77º50%24.31%-
XYZ2.974.061.92-
YUV52.78115.71121.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=31.62%
G=45.59%
B=22.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4362310.3100.50.7696.7733.3318.24
Hex2B3E1F1F0324C612112
Octal537637370621141414122
Binary101011111110111111111101100101001100110000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,31); }

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

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

 a { background-color: rgb(43,62,31); }

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

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

 span { border-color: rgb(43,62,31); }

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