Html Css Color HEX #31473A English Holly

📋 copy color: '#31473A'

red 49 ◦ green 71 ◦ blue 58

#31473A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #31473A

Tints of English Holly #31473A

RGB

 RED value IS 49 (19.53% from 255) = 27.53%

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 27.53%
G = 39.89%
B = 32.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#31473A (or 0x31473A) is known color: English Holly. HEX triplet: 31, 47 and 3A. RGB value is (49,71,58). Sum of RGB (Red+Green+Blue) = 49+71+58=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #31473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31473A is #CEB8C5. Grayscale: #3E3E3E. Windows color (decimal): -13547718 or 3819313. OLE color: 3819313.

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

Color convert

RGB 49 71 58 -
CMYK 0.31 0 0.18 0.72
HSL 144.55º 0.18% 0.24% -
HSV(B) 144.55º 0.31% 0.28% -
XYZ 4.28 5.46 4.83 -
YUV 62.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 49 71 58 0.31 0 0.18 0.72 144.55 0.18 0.24
Hex 31 47 3A 1F 0 12 48 91 12 18
Octal 61 107 72 37 0 22 110 221 22 30
Binary 110001 1000111 111010 11111 0 10010 1001000 10010001 10010 11000

Color Harmonies of #31473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31473A

Black with #31473A

Text Example


Text Example

White with #31473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31473A;
 }
 .AnyTagClassName
 {
   color: #31473A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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