#26341D

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

Shades of Black Forest #26341D

Tints of Black Forest #26341D

Color information

#26341D (or 0x26341D) is unknown color: approx Black Forest. HEX triplet: 26, 34 and 1D. RGB value is (38,52,29). Sum of RGB (Red+Green+Blue) = 38+52+29=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #26341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26341D is #D9CBE2. Grayscale: #2D2D2D. Windows color (decimal): -14273507 or 1913894. OLE color: 1913894.

HSL color Cylindrical-coordinate representation of color #26341D: hue angle of 96.52º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #26341D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB385229-
CMYK0.2700.440.80
HSL96.52º28.4%15.88%-
HSV(B)96.52º44.23%20.39%-
XYZ2.252.961.61-
YUV45.19118.86122.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=31.93%
G=43.70%
B=24.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852290.2700.440.8096.5228.415.88
Hex26341D1B02C50611c10
Octal466435330541201413420
Binary10011011010011101110110101100101000011000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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