#281F1B

Color #281F1B Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #281F1B

Tints of Wood Bark #281F1B

Color information

#281F1B (or 0x281F1B) is unknown color: approx Wood Bark. HEX triplet: 28, 1F and 1B. RGB value is (40,31,27). Sum of RGB (Red+Green+Blue) = 40+31+27=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #281F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F1B is #D7E0E4. Grayscale: #212121. Windows color (decimal): -14147813 or 1777448. OLE color: 1777448.

HSL color Cylindrical-coordinate representation of color #281F1B: hue angle of 18.46º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281F1B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB403127-
CMYK00.220.330.84
HSL18.46º19.4%13.14%-
HSV(B)18.46º32.5%15.69%-
XYZ1.561.511.25-
YUV33.24124.48132.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=40.82%
G=31.63%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40312700.220.330.8418.4619.413.14
Hex281F1B01621541213d
Octal50373302641124222315
Binary1010001111111011010110100001101010010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F1B; }

 p { color: rgb(40,31,27); }

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

<style>
 a { background-color: #281F1B; }

 a { background-color: rgb(40,31,27); }

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

<style>
 span { border-color: #281F1B; }

 span { border-color: rgb(40,31,27); }

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