#293421

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

Shades of Black Forest #293421

Tints of Black Forest #293421

Color information

#293421 (or 0x293421) is unknown color: approx Black Forest. HEX triplet: 29, 34 and 21. RGB value is (41,52,33). Sum of RGB (Red+Green+Blue) = 41+52+33=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #293421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293421 is #D6CBDE. Grayscale: #2E2E2E. Windows color (decimal): -14076895 or 2176041. OLE color: 2176041.

HSL color Cylindrical-coordinate representation of color #293421: hue angle of 94.74º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293421 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB415233-
CMYK0.2100.370.80
HSL94.74º22.35%16.67%-
HSV(B)94.74º36.54%20.39%-
XYZ2.423.041.9-
YUV46.54120.36124.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=32.54%
G=41.27%
B=26.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152330.2100.370.8094.7422.3516.67
Hex29342115025505f1611
Octal516441250451201372621
Binary101001110100100001101010100101101000010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293421; }

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

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

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

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

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

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

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

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