#262E20

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

Shades of Black Forest #262E20

Tints of Black Forest #262E20

Color information

#262E20 (or 0x262E20) is unknown color: approx Black Forest. HEX triplet: 26, 2E and 20. RGB value is (38,46,32). Sum of RGB (Red+Green+Blue) = 38+46+32=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #262E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E20 is #D9D1DF. Grayscale: #2A2A2A. Windows color (decimal): -14275040 or 2108966. OLE color: 2108966.

HSL color Cylindrical-coordinate representation of color #262E20: hue angle of 94.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #262E20 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB384632-
CMYK0.1700.300.82
HSL94.29º17.95%15.29%-
HSV(B)94.29º30.43%18.04%-
XYZ2.042.471.74-
YUV42.01122.35125.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=32.76%
G=39.66%
B=27.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3846320.1700.300.8294.2917.9515.29
Hex262E201101E525e12f
Octal465640210361221362217
Binary1001101011101000001000101111010100101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262E20; }

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

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

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

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

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

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

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

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