#263120

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

Shades of Black Forest #263120

Tints of Black Forest #263120

Color information

#263120 (or 0x263120) is unknown color: approx Black Forest. HEX triplet: 26, 31 and 20. RGB value is (38,49,32). Sum of RGB (Red+Green+Blue) = 38+49+32=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #263120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263120 is #D9CEDF. Grayscale: #2B2B2B. Windows color (decimal): -14274272 or 2109734. OLE color: 2109734.

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

Color convert

RGB384932-
CMYK0.2200.350.81
HSL98.82º20.99%15.88%-
HSV(B)98.82º34.69%19.22%-
XYZ2.162.711.78-
YUV43.77121.36123.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=31.93%
G=41.18%
B=26.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849320.2200.350.8198.8220.9915.88
Hex2631201602351631510
Octal466140260431211432520
Binary100110110001100000101100100011101000111000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263120; }

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

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

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

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

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

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

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

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