#283520

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

Shades of Black Forest #283520

Tints of Black Forest #283520

Color information

#283520 (or 0x283520) is unknown color: approx Black Forest. HEX triplet: 28, 35 and 20. RGB value is (40,53,32). Sum of RGB (Red+Green+Blue) = 40+53+32=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #283520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283520 is #D7CADF. Grayscale: #2E2E2E. Windows color (decimal): -14142176 or 2110760. OLE color: 2110760.

HSL color Cylindrical-coordinate representation of color #283520: hue angle of 97.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #283520 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB405332-
CMYK0.2500.400.79
HSL97.14º24.71%16.67%-
HSV(B)97.14º39.62%20.78%-
XYZ2.413.11.84-
YUV46.72119.69123.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=32%
G=42.4%
B=25.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053320.2500.400.7997.1424.7116.67
Hex283520190284F611911
Octal506540310501171413121
Binary101000110101100000110010101000100111111000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283520; }

 p { color: rgb(40,53,32); }

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

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

 a { background-color: rgb(40,53,32); }

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

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

 span { border-color: rgb(40,53,32); }

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