#2B381F

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

Shades of Black Forest #2B381F

Tints of Black Forest #2B381F

Color information

#2B381F (or 0x2B381F) is unknown color: approx Black Forest. HEX triplet: 2B, 38 and 1F. RGB value is (43,56,31). Sum of RGB (Red+Green+Blue) = 43+56+31=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #2B381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B381F is #D4C7E0. Grayscale: #313131. Windows color (decimal): -13944801 or 2045995. OLE color: 2045995.

HSL color Cylindrical-coordinate representation of color #2B381F: hue angle of 91.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B381F is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB435631-
CMYK0.2300.450.78
HSL91.2º28.74%17.06%-
HSV(B)91.2º44.64%21.96%-
XYZ2.663.441.82-
YUV49.26117.69123.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.08%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=33.08%
G=43.08%
B=23.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4356310.2300.450.7891.228.7417.06
Hex2B381F1702D4E5b1d11
Octal537037270551161333521
Binary10101111100011111101110101101100111010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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