#2A1F19

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

Shades of Wood Bark #2A1F19

Tints of Wood Bark #2A1F19

Color information

#2A1F19 (or 0x2A1F19) is unknown color: approx Wood Bark. HEX triplet: 2A, 1F and 19. RGB value is (42,31,25). Sum of RGB (Red+Green+Blue) = 42+31+25=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1F19 is #D5E0E6. Grayscale: #212121. Windows color (decimal): -14016743 or 1646378. OLE color: 1646378.

HSL color Cylindrical-coordinate representation of color #2A1F19: hue angle of 21.18º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A1F19 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB423125-
CMYK00.260.400.84
HSL21.18º25.37%13.14%-
HSV(B)21.18º40.48%16.47%-
XYZ1.621.541.13-
YUV33.6123.14133.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=42.86%
G=31.63%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42312500.260.400.8421.1825.3713.14
Hex2A1F1901A28541519d
Octal52373103250124253115
Binary1010101111111001011010101000101010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,31,25); }

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

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

 a { background-color: rgb(42,31,25); }

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

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

 span { border-color: rgb(42,31,25); }

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