#26322B

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

Shades of Holly #26322B

Tints of Holly #26322B

Color information

#26322B (or 0x26322B) is unknown color: approx Holly. HEX triplet: 26, 32 and 2B. RGB value is (38,50,43). Sum of RGB (Red+Green+Blue) = 38+50+43=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #26322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26322B is #D9CDD4. Grayscale: #2D2D2D. Windows color (decimal): -14274005 or 2830886. OLE color: 2830886.

HSL color Cylindrical-coordinate representation of color #26322B: hue angle of 145º 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 #26322B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB385043-
CMYK0.2400.140.80
HSL145º13.64%17.25%-
HSV(B)145º24%19.61%-
XYZ2.382.872.71-
YUV45.61126.52122.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=29.01%
G=38.17%
B=32.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850430.2400.140.8014513.6417.25
Hex26322B180E5091e11
Octal466253300161202211621
Binary1001101100101010111100001110101000010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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