Html Css Color HEX #293024 Black Forest

📋 copy color: '#293024'

red 41 ◦ green 48 ◦ blue 36

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

Shades of Black Forest #293024

Tints of Black Forest #293024

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 value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#293024 (or 0x293024) is known color: 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

RGB 41 48 36 -
CMYK 0.15 0 0.25 0.81
HSL 95º 0.14% 0.16% -
HSV(B) 95º 0.25% 0.19% -
XYZ 2.29 2.71 2.07 -
YUV 44.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 41 48 36 0.15 0 0.25 0.81 95 0.14 0.16
Hex 29 30 24 F 0 19 51 5F E 10
Octal 51 60 44 17 0 31 121 137 16 20
Binary 101001 110000 100100 1111 0 11001 1010001 1011111 1110 10000

Color Harmonies of #293024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293024

Black with #293024

Text Example


Text Example

White with #293024

Text Example


Text Example

HTML Codes & Css Web 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>