#28361D

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

Shades of Black Forest #28361D

Tints of Black Forest #28361D

Color information

#28361D (or 0x28361D) is unknown color: approx Black Forest. HEX triplet: 28, 36 and 1D. RGB value is (40,54,29). Sum of RGB (Red+Green+Blue) = 40+54+29=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #28361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28361D is #D7C9E2. Grayscale: #2F2F2F. Windows color (decimal): -14141923 or 1914408. OLE color: 1914408.

HSL color Cylindrical-coordinate representation of color #28361D: hue angle of 93.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28361D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB405429-
CMYK0.2600.460.79
HSL93.6º30.12%16.27%-
HSV(B)93.6º46.3%21.18%-
XYZ2.423.181.65-
YUV46.96117.86123.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=32.52%
G=43.90%
B=23.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4054290.2600.460.7993.630.1216.27
Hex28361D1A02E4F5e1e10
Octal506635320561171363620
Binary10100011011011101110100101110100111110111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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