#293a1b

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

Shades of Black Forest #293A1B

Tints of Black Forest #293A1B

Color information

#293A1B (or 0x293A1B) is unknown color: approx Black Forest. HEX triplet: 29, 3A and 1B. RGB value is (41,58,27). Sum of RGB (Red+Green+Blue) = 41+58+27=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #293A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A1B is #D6C5E4. Grayscale: #313131. Windows color (decimal): -14075365 or 1784361. OLE color: 1784361.

HSL color Cylindrical-coordinate representation of color #293A1B: hue angle of 92.9º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293A1B is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB415827-
CMYK0.2900.530.77
HSL92.9º36.47%16.67%-
HSV(B)92.9º53.45%22.75%-
XYZ2.633.581.59-
YUV49.38115.37122.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=32.54%
G=46.03%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158270.2900.530.7792.936.4716.67
Hex293A1B1D0354D5d2411
Octal517233350651151354421
Binary101001111010110111110101101011001101101110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293a1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293a1b; }

 p { color: rgb(41,58,27); }

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

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

 a { background-color: rgb(41,58,27); }

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

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

 span { border-color: rgb(41,58,27); }

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