#293024

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

Shades of Black Forest #293024

Tints of Black Forest #293024

Color information

#293024 (or 0x293024) is unknown color: approx Black Forest. HEX triplet: 29, 30 and 24. RGB value is (41,48,36). Sum of RGB (Red+Green+Blue) = 41+48+36=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #293024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293024 is #D6CFDB. Grayscale: #2C2C2C. Windows color (decimal): -14077916 or 2371625. OLE color: 2371625.

HSL color Cylindrical-coordinate representation of color #293024: hue angle of 95º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #293024 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB414836-
CMYK0.1500.250.81
HSL95º14.29%16.47%-
HSV(B)95º25%18.82%-
XYZ2.292.712.07-
YUV44.54123.18125.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=32.8%
G=38.4%
B=28.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148360.1500.250.819514.2916.47
Hex293024F019515fe10
Octal516044170311211371620
Binary101001110000100100111101100110100011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293024; }

 p { color: rgb(41,48,36); }

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

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

 a { background-color: rgb(41,48,36); }

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

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

 span { border-color: rgb(41,48,36); }

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