#293321

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

Shades of Black Forest #293321

Tints of Black Forest #293321

Color information

#293321 (or 0x293321) is unknown color: approx Black Forest. HEX triplet: 29, 33 and 21. RGB value is (41,51,33). Sum of RGB (Red+Green+Blue) = 41+51+33=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #293321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293321 is #D6CCDE. Grayscale: #2E2E2E. Windows color (decimal): -14077151 or 2175785. OLE color: 2175785.

HSL color Cylindrical-coordinate representation of color #293321: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293321 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB415133-
CMYK0.2000.350.8
HSL93.33º21.43%16.47%-
HSV(B)93.33º35.29%20%-
XYZ2.372.951.88-
YUV45.96120.69124.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=32.8%
G=40.8%
B=26.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151330.2000.350.893.3321.4316.47
Hex29332114023505d1510
Octal516341240431201352520
Binary101001110011100001101000100011101000010111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293321; }

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

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

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

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

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

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

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

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