#373949

Color #373949 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #373949

Tints of Payne's Grey #373949

Color information

#373949 (or 0x373949) is unknown color: approx 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

RGB555773-
CMYK0.250.2200.71
HSL233.33º14.06%25.1%-
HSV(B)233.33º24.66%28.63%-
XYZ4.244.226.89-
YUV58.23136.34125.7-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5557730.250.2200.71233.3314.0625.1
Hex3739491916047e9e19
Octal6771111312601073511631
Binary110111111001100100111001101100100011111101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>