#26371F

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

Shades of Black Forest #26371F

Tints of Black Forest #26371F

Color information

#26371F (or 0x26371F) is unknown color: approx Black Forest. HEX triplet: 26, 37 and 1F. RGB value is (38,55,31). Sum of RGB (Red+Green+Blue) = 38+55+31=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #26371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26371F is #D9C8E0. Grayscale: #2F2F2F. Windows color (decimal): -14272737 or 2045734. OLE color: 2045734.

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

Color convert

RGB385531-
CMYK0.3100.440.78
HSL102.5º27.91%16.86%-
HSV(B)102.5º43.64%21.57%-
XYZ2.413.241.8-
YUV47.18118.87121.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 31 (12.5% from 255) = 25%
R=30.65%
G=44.35%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855310.3100.440.78102.527.9116.86
Hex26371F1F02C4E661c11
Octal466737370541161463421
Binary10011011011111111111110101100100111011001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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