#293023

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

Shades of Black Forest #293023

Tints of Black Forest #293023

Color information

#293023 (or 0x293023) is unknown color: approx Black Forest. HEX triplet: 29, 30 and 23. RGB value is (41,48,35). Sum of RGB (Red+Green+Blue) = 41+48+35=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #293023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293023 is #D6CFDC. Grayscale: #2C2C2C. Windows color (decimal): -14077917 or 2306089. OLE color: 2306089.

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

Color convert

RGB414835-
CMYK0.1500.270.81
HSL92.31º15.66%16.27%-
HSV(B)92.31º27.08%18.82%-
XYZ2.272.711.99-
YUV44.42122.68125.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=33.06%
G=38.71%
B=28.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148350.1500.270.8192.3115.6616.27
Hex293023F01B515c1010
Octal516043170331211342020
Binary1010011100001000111111011011101000110111001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293023; }

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

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

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

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

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

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

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

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