Html Css Color HEX #393B45 Payne's Grey

📋 copy color: '#393B45'

red 57 ◦ green 59 ◦ blue 69

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

Shades of Payne's Grey #393B45

Tints of Payne's Grey #393B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 30.81%
G = 31.89%
B = 37.3%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#393B45 (or 0x393B45) is known color: Payne's Grey. HEX triplet: 39, 3B and 45. RGB value is (57,59,69). Sum of RGB (Red+Green+Blue) = 57+59+69=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #393B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B45 is #C6C4BA. Grayscale: #3B3B3B. Windows color (decimal): -13026491 or 4537145. OLE color: 4537145.

HSL color Cylindrical-coordinate representation of color #393B45: hue angle of 230º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #393B45 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 59 69 -
CMYK 0.17 0.14 0 0.73
HSL 230º 0.1% 0.25% -
HSV(B) 230º 0.17% 0.27% -
XYZ 4.33 4.43 6.26 -
YUV 59.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 57 59 69 0.17 0.14 0 0.73 230 0.1 0.25
Hex 39 3B 45 11 E 0 49 E6 A 19
Octal 71 73 105 21 16 0 111 346 12 31
Binary 111001 111011 1000101 10001 1110 0 1001001 11100110 1010 11001

Color Harmonies of #393B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B45

Black with #393B45

Text Example


Text Example

White with #393B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393B45; }

 p { color: rgb(57,59,69); }

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

background-color css

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

 a { background-color: rgb(57,59,69); }

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

border-color css

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

 span { border-color: rgb(57,59,69); }

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