#293221

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

Shades of Black Forest #293221

Tints of Black Forest #293221

Color information

#293221 (or 0x293221) is unknown color: approx Black Forest. HEX triplet: 29, 32 and 21. RGB value is (41,50,33). Sum of RGB (Red+Green+Blue) = 41+50+33=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #293221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293221 is #D6CDDE. Grayscale: #2D2D2D. Windows color (decimal): -14077407 or 2175529. OLE color: 2175529.

HSL color Cylindrical-coordinate representation of color #293221: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293221 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB415033-
CMYK0.1800.340.80
HSL91.76º20.48%16.27%-
HSV(B)91.76º34%19.61%-
XYZ2.332.861.87-
YUV45.37121.02124.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=33.06%
G=40.32%
B=26.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150330.1800.340.8091.7620.4816.27
Hex29322112022505c1410
Octal516241220421201342420
Binary101001110010100001100100100010101000010111001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293221; }

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

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

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

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

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

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

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

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