Html Css Color HEX #373951 Payne's Grey

📋 copy color: '#373951'

red 55 ◦ green 57 ◦ blue 81

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

Shades of Payne's Grey #373951

Tints of Payne's Grey #373951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 28.5%
G = 29.53%
B = 41.97%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#373951 (or 0x373951) is known color: Payne's Grey. HEX triplet: 37, 39 and 51. RGB value is (55,57,81). Sum of RGB (Red+Green+Blue) = 55+57+81=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #373951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373951 is #C8C6AE. Grayscale: #3B3B3B. Windows color (decimal): -13158063 or 5323063. OLE color: 5323063.

HSL color Cylindrical-coordinate representation of color #373951: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #373951 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 57 81 -
CMYK 0.32 0.30 0 0.68
HSL 235.38º 0.19% 0.27% -
HSV(B) 235.38º 0.32% 0.32% -
XYZ 4.52 4.33 8.38 -
YUV 59.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 55 57 81 0.32 0.30 0 0.68 235.38 0.19 0.27
Hex 37 39 51 20 1E 0 44 EB 13 1B
Octal 67 71 121 40 36 0 104 353 23 33
Binary 110111 111001 1010001 100000 11110 0 1000100 11101011 10011 11011

Color Harmonies of #373951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373951

Black with #373951

Text Example


Text Example

White with #373951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373951; }

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

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

background-color css

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

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

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

border-color css

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

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

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