#293F1D

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

Shades of Black Forest #293F1D

Tints of Black Forest #293F1D

Color information

#293F1D (or 0x293F1D) is unknown color: approx Black Forest. HEX triplet: 29, 3F and 1D. RGB value is (41,63,29). Sum of RGB (Red+Green+Blue) = 41+63+29=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #293F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F1D is #D6C0E2. Grayscale: #343434. Windows color (decimal): -14074083 or 1916713. OLE color: 1916713.

HSL color Cylindrical-coordinate representation of color #293F1D: hue angle of 98.82º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293F1D is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB416329-
CMYK0.3500.540.75
HSL98.82º36.96%18.04%-
HSV(B)98.82º53.97%24.71%-
XYZ2.914.121.8-
YUV52.55114.71119.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=30.83%
G=47.37%
B=21.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163290.3500.540.7598.8236.9618.04
Hex293F1D230364B632512
Octal517735430661131434522
Binary1010011111111110110001101101101001011110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,29); }

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

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

 a { background-color: rgb(41,63,29); }

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

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

 span { border-color: rgb(41,63,29); }

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