#293A21

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

Shades of Black Forest #293A21

Tints of Black Forest #293A21

Color information

#293A21 (or 0x293A21) is unknown color: approx Black Forest. HEX triplet: 29, 3A and 21. RGB value is (41,58,33). Sum of RGB (Red+Green+Blue) = 41+58+33=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #293A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A21 is #D6C5DE. Grayscale: #323232. Windows color (decimal): -14075359 or 2177577. OLE color: 2177577.

HSL color Cylindrical-coordinate representation of color #293A21: hue angle of 100.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293A21 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB415833-
CMYK0.2900.430.77
HSL100.8º27.47%17.84%-
HSV(B)100.8º43.1%22.75%-
XYZ2.73.611.99-
YUV50.07118.37121.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 33 (13.28% from 255) = 25%
R=31.06%
G=43.94%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158330.2900.430.77100.827.4717.84
Hex293A211D02B4D651b12
Octal517241350531151453322
Binary101001111010100001111010101011100110111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293A21; }

 p { color: rgb(41,58,33); }

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

<style>
 a { background-color: #293A21; }

 a { background-color: rgb(41,58,33); }

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

<style>
 span { border-color: #293A21; }

 span { border-color: rgb(41,58,33); }

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