#26312A

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

Shades of Holly #26312A

Tints of Holly #26312A

Color information

#26312A (or 0x26312A) is unknown color: approx Holly. HEX triplet: 26, 31 and 2A. RGB value is (38,49,42). Sum of RGB (Red+Green+Blue) = 38+49+42=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #26312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26312A is #D9CED5. Grayscale: #2C2C2C. Windows color (decimal): -14274262 or 2765094. OLE color: 2765094.

HSL color Cylindrical-coordinate representation of color #26312A: hue angle of 141.82º 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 #26312A is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB384942-
CMYK0.2200.140.81
HSL141.82º12.64%17.06%-
HSV(B)141.82º22.45%19.22%-
XYZ2.322.782.6-
YUV44.91126.36123.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=29.46%
G=37.98%
B=32.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849420.2200.140.81141.8212.6417.06
Hex26312A160E518ed11
Octal466152260161212161521
Binary1001101100011010101011001110101000110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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