#292D27

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

Shades of Black Forest #292D27

Tints of Black Forest #292D27

Color information

#292D27 (or 0x292D27) is unknown color: approx Black Forest. HEX triplet: 29, 2D and 27. RGB value is (41,45,39). Sum of RGB (Red+Green+Blue) = 41+45+39=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #292D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D27 is #D6D2D8. Grayscale: #2B2B2B. Windows color (decimal): -14078681 or 2567465. OLE color: 2567465.

HSL color Cylindrical-coordinate representation of color #292D27: hue angle of 100º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292D27 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB414539-
CMYK0.0900.130.82
HSL100º7.14%16.47%-
HSV(B)100º13.33%17.65%-
XYZ2.222.492.28-
YUV43.12125.67126.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=32.8%
G=36%
B=31.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145390.0900.130.821007.1416.47
Hex292D2790D5264710
Octal51554711015122144720
Binary1010011011011001111001011011010010110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,39); }

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

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

 a { background-color: rgb(41,45,39); }

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

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

 span { border-color: rgb(41,45,39); }

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