#263520

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

Shades of Black Forest #263520

Tints of Black Forest #263520

Color information

#263520 (or 0x263520) is unknown color: approx Black Forest. HEX triplet: 26, 35 and 20. RGB value is (38,53,32). Sum of RGB (Red+Green+Blue) = 38+53+32=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #263520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263520 is #D9CADF. Grayscale: #2E2E2E. Windows color (decimal): -14273248 or 2110758. OLE color: 2110758.

HSL color Cylindrical-coordinate representation of color #263520: hue angle of 102.86º 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 #263520 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB385332-
CMYK0.2800.400.79
HSL102.86º24.71%16.67%-
HSV(B)102.86º39.62%20.78%-
XYZ2.333.061.83-
YUV46.12120.03122.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=30.89%
G=43.09%
B=26.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3853320.2800.400.79102.8624.7116.67
Hex2635201C0284F671911
Octal466540340501171473121
Binary100110110101100000111000101000100111111001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263520; }

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

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

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

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

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

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

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

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