Html Css Color HEX #264011 Black Forest

📋 copy color: '#264011'

red 38 ◦ green 64 ◦ blue 17

#264011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #264011

Tints of Black Forest #264011

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 value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#264011 (or 0x264011) is known color: 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

RGB 38 64 17 -
CMYK 0.41 0 0.73 0.75
HSL 93.19º 0.58% 0.16% -
HSV(B) 93.19º 0.73% 0.25% -
XYZ 2.73 4.12 1.18 -
YUV 50.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 38 64 17 0.41 0 0.73 0.75 93.19 0.58 0.16
Hex 26 40 11 29 0 49 4B 5D 3A 10
Octal 46 100 21 51 0 111 113 135 72 20
Binary 100110 1000000 10001 101001 0 1001001 1001011 1011101 111010 10000

Color Harmonies of #264011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264011

Black with #264011

Text Example


Text Example

White with #264011

Text Example


Text Example

HTML Codes & Css Web 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>