#26332B

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

Shades of Holly #26332B

Tints of Holly #26332B

Color information

#26332B (or 0x26332B) is unknown color: approx Holly. HEX triplet: 26, 33 and 2B. RGB value is (38,51,43). Sum of RGB (Red+Green+Blue) = 38+51+43=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #26332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26332B is #D9CCD4. Grayscale: #2E2E2E. Windows color (decimal): -14273749 or 2831142. OLE color: 2831142.

HSL color Cylindrical-coordinate representation of color #26332B: hue angle of 143.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #26332B is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB385143-
CMYK0.2500.160.8
HSL143.08º14.61%17.45%-
HSV(B)143.08º25.49%20%-
XYZ2.422.952.73-
YUV46.2126.19122.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=28.79%
G=38.64%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3851430.2500.160.8143.0814.6117.45
Hex26332B19010508ff11
Octal466353310201202171721
Binary10011011001110101111001010000101000010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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