#294319

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

Shades of Black Forest #294319

Tints of Black Forest #294319

Color information

#294319 (or 0x294319) is unknown color: approx Black Forest. HEX triplet: 29, 43 and 19. RGB value is (41,67,25). Sum of RGB (Red+Green+Blue) = 41+67+25=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #294319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294319 is #D6BCE6. Grayscale: #363636. Windows color (decimal): -14073063 or 1655593. OLE color: 1655593.

HSL color Cylindrical-coordinate representation of color #294319: hue angle of 97.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294319 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB416725-
CMYK0.3900.630.74
HSL97.14º45.65%18.04%-
HSV(B)97.14º62.69%26.27%-
XYZ3.14.561.64-
YUV54.44111.39118.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=30.83%
G=50.38%
B=18.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167250.3900.630.7497.1445.6518.04
Hex2943192703F4A612e12
Octal5110331470771121415622
Binary10100110000111100110011101111111001010110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294319; }

 p { color: rgb(41,67,25); }

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

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

 a { background-color: rgb(41,67,25); }

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

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

 span { border-color: rgb(41,67,25); }

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