Html Css Color HEX #373949 Payne's Grey

📋 copy color: '#373949'

red 55 ◦ green 57 ◦ blue 73

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

Shades of Payne's Grey #373949

Tints of Payne's Grey #373949

RGB

 RED value IS 55 (21.88% from 255) = 29.73%

 GREEN value IS 57 (22.66% from 255) = 30.81%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 29.73%
G = 30.81%
B = 39.46%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#373949 (or 0x373949) is known color: Payne's Grey. HEX triplet: 37, 39 and 49. RGB value is (55,57,73). Sum of RGB (Red+Green+Blue) = 55+57+73=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #373949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373949 is #C8C6B6. Grayscale: #3A3A3A. Windows color (decimal): -13158071 or 4798775. OLE color: 4798775.

HSL color Cylindrical-coordinate representation of color #373949: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373949 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 57 73 -
CMYK 0.25 0.22 0 0.71
HSL 233.33º 0.14% 0.25% -
HSV(B) 233.33º 0.25% 0.29% -
XYZ 4.24 4.22 6.89 -
YUV 58.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 55 57 73 0.25 0.22 0 0.71 233.33 0.14 0.25
Hex 37 39 49 19 16 0 47 E9 E 19
Octal 67 71 111 31 26 0 107 351 16 31
Binary 110111 111001 1001001 11001 10110 0 1000111 11101001 1110 11001

Color Harmonies of #373949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373949

Black with #373949

Text Example


Text Example

White with #373949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373949; }

 p { color: rgb(55,57,73); }

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

background-color css

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

 a { background-color: rgb(55,57,73); }

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

border-color css

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

 span { border-color: rgb(55,57,73); }

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