#37374B

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

Shades of Payne's Grey #37374B

Tints of Payne's Grey #37374B

Color information

#37374B (or 0x37374B) is unknown color: approx Payne's Grey. HEX triplet: 37, 37 and 4B. RGB value is (55,55,75). Sum of RGB (Red+Green+Blue) = 55+55+75=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #37374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37374B is #C8C8B4. Grayscale: #393939. Windows color (decimal): -13158581 or 4929335. OLE color: 4929335.

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

Color convert

RGB555575-
CMYK0.270.2700.71
HSL240º15.38%25.49%-
HSV(B)240º26.67%29.41%-
XYZ4.214.057.22-
YUV57.28138126.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=29.73%
G=29.73%
B=40.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5555750.270.2700.7124015.3825.49
Hex37374B1B1B047f0f19
Octal6767113333301073601731
Binary110111110111100101111011110110100011111110000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37374B; }

 p { color: rgb(55,55,75); }

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

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

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

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

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

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

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