#293f1c

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

Shades of Black Forest #293F1C

Tints of Black Forest #293F1C

Color information

#293F1C (or 0x293F1C) is unknown color: approx Black Forest. HEX triplet: 29, 3F and 1C. RGB value is (41,63,28). Sum of RGB (Red+Green+Blue) = 41+63+28=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #293F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F1C is #D6C0E3. Grayscale: #343434. Windows color (decimal): -14074084 or 1851177. OLE color: 1851177.

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

Color convert

RGB416328-
CMYK0.3500.560.75
HSL97.71º38.46%17.84%-
HSV(B)97.71º55.56%24.71%-
XYZ2.94.111.74-
YUV52.43114.21119.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=31.06%
G=47.73%
B=21.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163280.3500.560.7597.7138.4617.84
Hex293F1C230384B622612
Octal517734430701131424622
Binary1010011111111110010001101110001001011110001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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