Html Css Color HEX #393752 Payne's Grey

📋 copy color: '#393752'

red 57 ◦ green 55 ◦ blue 82

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

Shades of Payne's Grey #393752

Tints of Payne's Grey #393752

RGB

 RED value IS 57 (22.66% from 255) = 29.38%

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 29.38%
G = 28.35%
B = 42.27%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#393752 (or 0x393752) is known color: Payne's Grey. HEX triplet: 39, 37 and 52. RGB value is (57,55,82). Sum of RGB (Red+Green+Blue) = 57+55+82=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #393752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393752 is #C6C8AD. Grayscale: #3A3A3A. Windows color (decimal): -13027502 or 5388089. OLE color: 5388089.

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

Color convert

RGB 57 55 82 -
CMYK 0.30 0.33 0 0.68
HSL 244.44º 0.2% 0.27% -
HSV(B) 244.44º 0.33% 0.32% -
XYZ 4.58 4.21 8.55 -
YUV 58.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 57 55 82 0.30 0.33 0 0.68 244.44 0.2 0.27
Hex 39 37 52 1E 21 0 44 F4 14 1B
Octal 71 67 122 36 41 0 104 364 24 33
Binary 111001 110111 1010010 11110 100001 0 1000100 11110100 10100 11011

Color Harmonies of #393752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393752

Black with #393752

Text Example


Text Example

White with #393752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393752; }

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

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

background-color css

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

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

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

border-color css

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

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

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