Html Css Color HEX #31483B English Holly

📋 copy color: '#31483B'

red 49 ◦ green 72 ◦ blue 59

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

Shades of English Holly #31483B

Tints of English Holly #31483B

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 value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#31483B (or 0x31483B) is known color: 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

RGB 49 72 59 -
CMYK 0.32 0 0.18 0.72
HSL 146.09º 0.19% 0.24% -
HSV(B) 146.09º 0.32% 0.28% -
XYZ 4.37 5.6 4.99 -
YUV 63.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 49 72 59 0.32 0 0.18 0.72 146.09 0.19 0.24
Hex 31 48 3B 20 0 12 48 92 13 18
Octal 61 110 73 40 0 22 110 222 23 30
Binary 110001 1001000 111011 100000 0 10010 1001000 10010010 10011 11000

Color Harmonies of #31483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31483B

Black with #31483B

Text Example


Text Example

White with #31483B

Text Example


Text Example

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