Html Css Color HEX #31453A English Holly

📋 copy color: '#31453A'

red 49 ◦ green 69 ◦ blue 58

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

Shades of English Holly #31453A

Tints of English Holly #31453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 27.84%
G = 39.2%
B = 32.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#31453A (or 0x31453A) is known color: 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

RGB 49 69 58 -
CMYK 0.29 0 0.16 0.73
HSL 147º 0.17% 0.23% -
HSV(B) 147º 0.29% 0.27% -
XYZ 4.16 5.21 4.79 -
YUV 61.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 49 69 58 0.29 0 0.16 0.73 147 0.17 0.23
Hex 31 45 3A 1D 0 10 49 93 11 17
Octal 61 105 72 35 0 20 111 223 21 27
Binary 110001 1000101 111010 11101 0 10000 1001001 10010011 10001 10111

Color Harmonies of #31453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31453A

Black with #31453A

Text Example


Text Example

White with #31453A

Text Example


Text Example

HTML Codes & Css Web 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>