Html Css Color HEX #31463A English Holly

📋 copy color: '#31463A'

red 49 ◦ green 70 ◦ blue 58

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

Shades of English Holly #31463A

Tints of English Holly #31463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 27.68%
G = 39.55%
B = 32.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#31463A (or 0x31463A) is known color: English Holly. HEX triplet: 31, 46 and 3A. RGB value is (49,70,58). Sum of RGB (Red+Green+Blue) = 49+70+58=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #31463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31463A is #CEB9C5. Grayscale: #3E3E3E. Windows color (decimal): -13547974 or 3819057. OLE color: 3819057.

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

Color convert

RGB 49 70 58 -
CMYK 0.30 0 0.17 0.73
HSL 145.71º 0.18% 0.23% -
HSV(B) 145.71º 0.3% 0.27% -
XYZ 4.22 5.34 4.81 -
YUV 62.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 49 70 58 0.30 0 0.17 0.73 145.71 0.18 0.23
Hex 31 46 3A 1E 0 11 49 92 12 17
Octal 61 106 72 36 0 21 111 222 22 27
Binary 110001 1000110 111010 11110 0 10001 1001001 10010010 10010 10111

Color Harmonies of #31463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31463A

Black with #31463A

Text Example


Text Example

White with #31463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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