Html Css Color HEX #293123 Black Forest

📋 copy color: '#293123'

red 41 ◦ green 49 ◦ blue 35

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

Shades of Black Forest #293123

Tints of Black Forest #293123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.2%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 32.8%
G = 39.2%
B = 28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#293123 (or 0x293123) is known color: Black Forest. HEX triplet: 29, 31 and 23. RGB value is (41,49,35). Sum of RGB (Red+Green+Blue) = 41+49+35=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #293123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293123 is #D6CEDC. Grayscale: #2D2D2D. Windows color (decimal): -14077661 or 2306345. OLE color: 2306345.

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

Color convert

RGB 41 49 35 -
CMYK 0.16 0 0.29 0.81
HSL 94.29º 0.17% 0.16% -
HSV(B) 94.29º 0.29% 0.19% -
XYZ 2.32 2.79 2.01 -
YUV 45.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 41 49 35 0.16 0 0.29 0.81 94.29 0.17 0.16
Hex 29 31 23 10 0 1D 51 5E 11 10
Octal 51 61 43 20 0 35 121 136 21 20
Binary 101001 110001 100011 10000 0 11101 1010001 1011110 10001 10000

Color Harmonies of #293123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293123

Black with #293123

Text Example


Text Example

White with #293123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293123; }

 p { color: rgb(41,49,35); }

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

background-color css

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

 a { background-color: rgb(41,49,35); }

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

border-color css

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

 span { border-color: rgb(41,49,35); }

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