#26470D

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

Shades of Black Forest #26470D

Tints of Black Forest #26470D

Color information

#26470D (or 0x26470D) is unknown color: approx Black Forest. HEX triplet: 26, 47 and 0D. RGB value is (38,71,13). Sum of RGB (Red+Green+Blue) = 38+71+13=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #26470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26470D is #D9B8F2. Grayscale: #363636. Windows color (decimal): -14268659 or 870182. OLE color: 870182.

HSL color Cylindrical-coordinate representation of color #26470D: hue angle of 94.14º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26470D is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB387113-
CMYK0.4600.820.72
HSL94.14º69.05%16.47%-
HSV(B)94.14º81.69%27.84%-
XYZ3.134.951.17-
YUV54.52104.57116.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=31.15%
G=58.20%
B=10.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871130.4600.820.7294.1469.0516.47
Hex2647D2E052485e4510
Octal461071556012211013610520
Binary100110100011111011011100101001010010001011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,71,13); }

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

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

 a { background-color: rgb(38,71,13); }

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

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

 span { border-color: rgb(38,71,13); }

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