#373946

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

Shades of Payne's Grey #373946

Tints of Payne's Grey #373946

Color information

#373946 (or 0x373946) is unknown color: approx Payne's Grey. HEX triplet: 37, 39 and 46. RGB value is (55,57,70). Sum of RGB (Red+Green+Blue) = 55+57+70=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #373946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373946 is #C8C6B9. Grayscale: #393939. Windows color (decimal): -13158074 or 4602167. OLE color: 4602167.

HSL color Cylindrical-coordinate representation of color #373946: hue angle of 232º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373946 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB555770-
CMYK0.210.1900.73
HSL232º12%24.51%-
HSV(B)232º21.43%27.45%-
XYZ4.144.186.38-
YUV57.88134.84125.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=30.22%
G=31.32%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5557700.210.1900.732321224.51
Hex3739461513049e8c19
Octal6771106252301113501431
Binary110111111001100011010101100110100100111101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373946; }

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

 H1.HeaderClassName
 {
   color: #373946;
 }
 .AnyTagClassName
 {
   color: #373946;
 }
</style>
background-color css

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

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

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

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

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

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