#31453A

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

Shades of English Holly #31453A

Tints of English Holly #31453A

Color information

#31453A (or 0x31453A) is unknown color: approx English Holly. HEX triplet: 31, 45 and 3A. RGB value is (49,69,58). Sum of RGB (Red+Green+Blue) = 49+69+58=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #31453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31453A is #CEBAC5. Grayscale: #3D3D3D. Windows color (decimal): -13548230 or 3818801. OLE color: 3818801.

HSL color Cylindrical-coordinate representation of color #31453A: hue angle of 147º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31453A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB496958-
CMYK0.2900.160.73
HSL147º16.95%23.14%-
HSV(B)147º28.99%27.06%-
XYZ4.165.214.79-
YUV61.77125.87118.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=27.84%
G=39.20%
B=32.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969580.2900.160.7314716.9523.14
Hex31453A1D01049931117
Octal6110572350201112232127
Binary1100011000101111010111010100001001001100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,69,58); }

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

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

 a { background-color: rgb(49,69,58); }

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

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

 span { border-color: rgb(49,69,58); }

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