#28341D

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

Shades of Black Forest #28341D

Tints of Black Forest #28341D

Color information

#28341D (or 0x28341D) is unknown color: approx Black Forest. HEX triplet: 28, 34 and 1D. RGB value is (40,52,29). Sum of RGB (Red+Green+Blue) = 40+52+29=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #28341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28341D is #D7CBE2. Grayscale: #2D2D2D. Windows color (decimal): -14142435 or 1913896. OLE color: 1913896.

HSL color Cylindrical-coordinate representation of color #28341D: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28341D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB405229-
CMYK0.2300.440.80
HSL91.3º28.4%15.88%-
HSV(B)91.3º44.23%20.39%-
XYZ2.3231.62-
YUV45.79118.52123.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=33.06%
G=42.98%
B=23.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052290.2300.440.8091.328.415.88
Hex28341D1702C505b1c10
Octal506435270541201333420
Binary10100011010011101101110101100101000010110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28341D; }

 p { color: rgb(40,52,29); }

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

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

 a { background-color: rgb(40,52,29); }

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

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

 span { border-color: rgb(40,52,29); }

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