Html Css Color HEX #294513 Black Forest

📋 copy color: '#294513'

red 41 ◦ green 69 ◦ blue 19

#294513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #294513

Tints of Black Forest #294513

RGB

 RED value IS 41 (16.41% from 255) = 31.78%

 GREEN value IS 69 (27.34% from 255) = 53.49%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 31.78%
G = 53.49%
B = 14.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#294513 (or 0x294513) is known color: Black Forest. HEX triplet: 29, 45 and 13. RGB value is (41,69,19). Sum of RGB (Red+Green+Blue) = 41+69+19=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #294513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294513 is #D6BAEC. Grayscale: #373737. Windows color (decimal): -14072557 or 1262889. OLE color: 1262889.

HSL color Cylindrical-coordinate representation of color #294513: hue angle of 93.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294513 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 19 -
CMYK 0.41 0 0.72 0.73
HSL 93.6º 0.57% 0.17% -
HSV(B) 93.6º 0.72% 0.27% -
XYZ 3.16 4.77 1.37 -
YUV 54.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 41 69 19 0.41 0 0.72 0.73 93.6 0.57 0.17
Hex 29 45 13 29 0 48 49 5E 39 11
Octal 51 105 23 51 0 110 111 136 71 21
Binary 101001 1000101 10011 101001 0 1001000 1001001 1011110 111001 10001

Color Harmonies of #294513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294513

Black with #294513

Text Example


Text Example

White with #294513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294513; }

 p { color: rgb(41,69,19); }

 H1.HeaderClassName
 {
   color: #294513;
 }
 .AnyTagClassName
 {
   color: #294513;
 }
</style>

background-color css

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

 a { background-color: rgb(41,69,19); }

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

border-color css

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

 span { border-color: rgb(41,69,19); }

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