#321F15

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

Shades of Wood Bark #321F15

Tints of Wood Bark #321F15

Color information

#321F15 (or 0x321F15) is unknown color: approx Wood Bark. HEX triplet: 32, 1F and 15. RGB value is (50,31,21). Sum of RGB (Red+Green+Blue) = 50+31+21=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F15 is #CDE0EA. Grayscale: #232323. Windows color (decimal): -13492459 or 1384242. OLE color: 1384242.

HSL color Cylindrical-coordinate representation of color #321F15: hue angle of 20.69º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321F15 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB503121-
CMYK00.380.580.80
HSL20.69º40.85%13.92%-
HSV(B)20.69º58%19.61%-
XYZ1.941.710.94-
YUV35.54119.79138.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=49.02%
G=30.39%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50312100.380.580.8020.6940.8513.92
Hex321F150263A501529e
Octal62372504672120255116
Binary110010111111010101001101110101010000101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F15; }

 p { color: rgb(50,31,21); }

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

<style>
 a { background-color: #321F15; }

 a { background-color: rgb(50,31,21); }

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

<style>
 span { border-color: #321F15; }

 span { border-color: rgb(50,31,21); }

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