#2B381E

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

Shades of Black Forest #2B381E

Tints of Black Forest #2B381E

Color information

#2B381E (or 0x2B381E) is unknown color: approx Black Forest. HEX triplet: 2B, 38 and 1E. RGB value is (43,56,30). Sum of RGB (Red+Green+Blue) = 43+56+30=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #2B381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B381E is #D4C7E1. Grayscale: #313131. Windows color (decimal): -13944802 or 1980459. OLE color: 1980459.

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

Color convert

RGB435630-
CMYK0.2300.460.78
HSL90º30.23%16.86%-
HSV(B)90º46.43%21.96%-
XYZ2.643.441.75-
YUV49.15117.19123.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=33.33%
G=43.41%
B=23.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4356300.2300.460.789030.2316.86
Hex2B381E1702E4E5a1e11
Octal537036270561161323621
Binary10101111100011110101110101110100111010110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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