#26371D

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

Shades of Black Forest #26371D

Tints of Black Forest #26371D

Color information

#26371D (or 0x26371D) is unknown color: approx Black Forest. HEX triplet: 26, 37 and 1D. RGB value is (38,55,29). Sum of RGB (Red+Green+Blue) = 38+55+29=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #26371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26371D is #D9C8E2. Grayscale: #2F2F2F. Windows color (decimal): -14272739 or 1914662. OLE color: 1914662.

HSL color Cylindrical-coordinate representation of color #26371D: hue angle of 99.23º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #26371D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB385529-
CMYK0.3100.470.78
HSL99.23º30.95%16.47%-
HSV(B)99.23º47.27%21.57%-
XYZ2.393.231.66-
YUV46.95117.87121.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=31.15%
G=45.08%
B=23.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855290.3100.470.7899.2330.9516.47
Hex26371D1F02F4E631f10
Octal466735370571161433720
Binary10011011011111101111110101111100111011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26371D; }

 p { color: rgb(38,55,29); }

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

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

 a { background-color: rgb(38,55,29); }

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

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

 span { border-color: rgb(38,55,29); }

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