#26321E

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

Shades of Black Forest #26321E

Tints of Black Forest #26321E

Color information

#26321E (or 0x26321E) is unknown color: approx Black Forest. HEX triplet: 26, 32 and 1E. RGB value is (38,50,30). Sum of RGB (Red+Green+Blue) = 38+50+30=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #26321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26321E is #D9CDE1. Grayscale: #2C2C2C. Windows color (decimal): -14274018 or 1978918. OLE color: 1978918.

HSL color Cylindrical-coordinate representation of color #26321E: hue angle of 96º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26321E is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB385030-
CMYK0.2400.400.80
HSL96º25%15.69%-
HSV(B)96º40%19.61%-
XYZ2.172.791.65-
YUV44.13120.02123.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=32.20%
G=42.37%
B=25.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850300.2400.400.80962515.69
Hex26321E1802850601910
Octal466236300501201403120
Binary10011011001011110110000101000101000011000001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26321E; }

 p { color: rgb(38,50,30); }

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

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

 a { background-color: rgb(38,50,30); }

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

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

 span { border-color: rgb(38,50,30); }

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