#292C26

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

Shades of Black Forest #292C26

Tints of Black Forest #292C26

Color information

#292C26 (or 0x292C26) is unknown color: approx Black Forest. HEX triplet: 29, 2C and 26. RGB value is (41,44,38). Sum of RGB (Red+Green+Blue) = 41+44+38=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 44 - color contains mainly: green. Hex color #292C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C26 is #D6D3D9. Grayscale: #2A2A2A. Windows color (decimal): -14078938 or 2501673. OLE color: 2501673.

HSL color Cylindrical-coordinate representation of color #292C26: hue angle of 90º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #292C26 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB414438-
CMYK0.0700.140.83
HSL90º7.32%16.08%-
HSV(B)90º13.64%17.25%-
XYZ2.162.412.19-
YUV42.42125.51126.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=33.33%
G=35.77%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4144380.0700.140.83907.3216.08
Hex292C2670E535a710
Octal5154467016123132720
Binary101001101100100110111011101010011101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C26; }

 p { color: rgb(41,44,38); }

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

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

 a { background-color: rgb(41,44,38); }

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

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

 span { border-color: rgb(41,44,38); }

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