#26322C

Color #26322C Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #26322C

Tints of Holly #26322C

Color information

#26322C (or 0x26322C) is unknown color: approx Holly. HEX triplet: 26, 32 and 2C. RGB value is (38,50,44). Sum of RGB (Red+Green+Blue) = 38+50+44=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #26322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26322C is #D9CDD3. Grayscale: #2D2D2D. Windows color (decimal): -14274004 or 2896422. OLE color: 2896422.

HSL color Cylindrical-coordinate representation of color #26322C: hue angle of 150º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #26322C is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB385044-
CMYK0.2400.120.80
HSL150º13.64%17.25%-
HSV(B)150º24%19.61%-
XYZ2.392.882.81-
YUV45.73127.02122.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=28.79%
G=37.88%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850440.2400.120.8015013.6417.25
Hex26322C180C5096e11
Octal466254300141202261621
Binary1001101100101011001100001100101000010010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26322C; }

 p { color: rgb(38,50,44); }

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

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

 a { background-color: rgb(38,50,44); }

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

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

 span { border-color: rgb(38,50,44); }

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