#262E21

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

Shades of Black Forest #262E21

Tints of Black Forest #262E21

Color information

#262E21 (or 0x262E21) is unknown color: approx Black Forest. HEX triplet: 26, 2E and 21. RGB value is (38,46,33). Sum of RGB (Red+Green+Blue) = 38+46+33=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #262E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E21 is #D9D1DE. Grayscale: #2A2A2A. Windows color (decimal): -14275039 or 2174502. OLE color: 2174502.

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

Color convert

RGB384633-
CMYK0.1700.280.82
HSL96.92º16.46%15.49%-
HSV(B)96.92º28.26%18.04%-
XYZ2.052.481.81-
YUV42.13122.85125.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=32.48%
G=39.32%
B=28.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3846330.1700.280.8296.9216.4615.49
Hex262E211101C526110f
Octal465641210341221412017
Binary1001101011101000011000101110010100101100001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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