#31483B

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

Shades of English Holly #31483B

Tints of English Holly #31483B

Color information

#31483B (or 0x31483B) is unknown color: approx English Holly. HEX triplet: 31, 48 and 3B. RGB value is (49,72,59). Sum of RGB (Red+Green+Blue) = 49+72+59=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #31483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31483B is #CEB7C4. Grayscale: #3F3F3F. Windows color (decimal): -13547461 or 3885105. OLE color: 3885105.

HSL color Cylindrical-coordinate representation of color #31483B: hue angle of 146.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #31483B is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB497259-
CMYK0.3200.180.72
HSL146.09º19.01%23.73%-
HSV(B)146.09º31.94%28.24%-
XYZ4.375.64.99-
YUV63.64125.38117.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=27.22%
G=40%
B=32.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972590.3200.180.72146.0919.0123.73
Hex31483B2001248921318
Octal6111073400221102222330
Binary11000110010001110111000000100101001000100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,72,59); }

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

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

 a { background-color: rgb(49,72,59); }

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

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

 span { border-color: rgb(49,72,59); }

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