#264011

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

Shades of Black Forest #264011

Tints of Black Forest #264011

Color information

#264011 (or 0x264011) is unknown color: approx Black Forest. HEX triplet: 26, 40 and 11. RGB value is (38,64,17). Sum of RGB (Red+Green+Blue) = 38+64+17=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #264011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264011 is #D9BFEE. Grayscale: #333333. Windows color (decimal): -14270447 or 1130534. OLE color: 1130534.

HSL color Cylindrical-coordinate representation of color #264011: hue angle of 93.19º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264011 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB386417-
CMYK0.4100.730.75
HSL93.19º58.02%15.88%-
HSV(B)93.19º73.44%25.1%-
XYZ2.734.121.18-
YUV50.87108.89118.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=31.93%
G=53.78%
B=14.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864170.4100.730.7593.1958.0215.88
Hex264011290494B5d3a10
Octal46100215101111131357220
Binary100110100000010001101001010010011001011101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264011; }

 p { color: rgb(38,64,17); }

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

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

 a { background-color: rgb(38,64,17); }

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

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

 span { border-color: rgb(38,64,17); }

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