Html Css Color HEX #31374A Bunting

📋 copy color: '#31374A'

red 49 ◦ green 55 ◦ blue 74

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

Shades of Bunting #31374A

Tints of Bunting #31374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 27.53%
G = 30.9%
B = 41.57%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31374A (or 0x31374A) is known color: Bunting. HEX triplet: 31, 37 and 4A. RGB value is (49,55,74). Sum of RGB (Red+Green+Blue) = 49+55+74=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #31374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31374A is #CEC8B5. Grayscale: #373737. Windows color (decimal): -13551798 or 4863793. OLE color: 4863793.

HSL color Cylindrical-coordinate representation of color #31374A: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31374A is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 55 74 -
CMYK 0.34 0.26 0 0.71
HSL 225.6º 0.2% 0.24% -
HSV(B) 225.6º 0.34% 0.29% -
XYZ 3.87 3.88 7.02 -
YUV 55.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 49 55 74 0.34 0.26 0 0.71 225.6 0.2 0.24
Hex 31 37 4A 22 1A 0 47 E2 14 18
Octal 61 67 112 42 32 0 107 342 24 30
Binary 110001 110111 1001010 100010 11010 0 1000111 11100010 10100 11000

Color Harmonies of #31374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31374A

Black with #31374A

Text Example


Text Example

White with #31374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,55,74); }

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

background-color css

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

 a { background-color: rgb(49,55,74); }

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

border-color css

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

 span { border-color: rgb(49,55,74); }

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