#293123

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

Shades of Black Forest #293123

Tints of Black Forest #293123

Color information

#293123 (or 0x293123) is unknown color: approx 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

RGB414935-
CMYK0.1600.290.81
HSL94.29º16.67%16.47%-
HSV(B)94.29º28.57%19.22%-
XYZ2.322.792.01-
YUV45.01122.35125.14-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149350.1600.290.8194.2916.6716.47
Hex2931231001D515e1110
Octal516143200351211362120
Binary10100111000110001110000011101101000110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>