#26312B

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

Shades of Holly #26312B

Tints of Holly #26312B

Color information

#26312B (or 0x26312B) is unknown color: approx Holly. HEX triplet: 26, 31 and 2B. RGB value is (38,49,43). Sum of RGB (Red+Green+Blue) = 38+49+43=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #26312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26312B is #D9CED4. Grayscale: #2D2D2D. Windows color (decimal): -14274261 or 2830630. OLE color: 2830630.

HSL color Cylindrical-coordinate representation of color #26312B: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #26312B is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB384943-
CMYK0.2200.120.81
HSL147.27º12.64%17.06%-
HSV(B)147.27º22.45%19.22%-
XYZ2.332.782.7-
YUV45.03126.86122.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.23%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=29.23%
G=37.69%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849430.2200.120.81147.2712.6417.06
Hex26312B160C5193d11
Octal466153260141212231521
Binary1001101100011010111011001100101000110010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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