Html Css Color HEX #373948 Payne's Grey

📋 copy color: '#373948'

red 55 ◦ green 57 ◦ blue 72

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

Shades of Payne's Grey #373948

Tints of Payne's Grey #373948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 29.89%
G = 30.98%
B = 39.13%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#373948 (or 0x373948) is known color: Payne's Grey. HEX triplet: 37, 39 and 48. RGB value is (55,57,72). Sum of RGB (Red+Green+Blue) = 55+57+72=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #373948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373948 is #C8C6B7. Grayscale: #3A3A3A. Windows color (decimal): -13158072 or 4733239. OLE color: 4733239.

HSL color Cylindrical-coordinate representation of color #373948: hue angle of 232.94º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #373948 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 57 72 -
CMYK 0.24 0.21 0 0.72
HSL 232.94º 0.13% 0.25% -
HSV(B) 232.94º 0.24% 0.28% -
XYZ 4.21 4.21 6.72 -
YUV 58.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 55 57 72 0.24 0.21 0 0.72 232.94 0.13 0.25
Hex 37 39 48 18 15 0 48 E9 D 19
Octal 67 71 110 30 25 0 110 351 15 31
Binary 110111 111001 1001000 11000 10101 0 1001000 11101001 1101 11001

Color Harmonies of #373948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373948

Black with #373948

Text Example


Text Example

White with #373948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373948; }

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

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

background-color css

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

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

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

border-color css

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

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

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