Html Css Color HEX #38394A Payne's Grey

📋 copy color: '#38394A'

red 56 ◦ green 57 ◦ blue 74

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

Shades of Payne's Grey #38394A

Tints of Payne's Grey #38394A

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

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

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 29.95%
G = 30.48%
B = 39.57%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38394A (or 0x38394A) is known color: Payne's Grey. HEX triplet: 38, 39 and 4A. RGB value is (56,57,74). Sum of RGB (Red+Green+Blue) = 56+57+74=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #38394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38394A is #C7C6B5. Grayscale: #3A3A3A. Windows color (decimal): -13092534 or 4864312. OLE color: 4864312.

HSL color Cylindrical-coordinate representation of color #38394A: hue angle of 236.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38394A is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 57 74 -
CMYK 0.24 0.23 0 0.71
HSL 236.67º 0.14% 0.25% -
HSV(B) 236.67º 0.24% 0.29% -
XYZ 4.33 4.26 7.07 -
YUV 58.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 56 57 74 0.24 0.23 0 0.71 236.67 0.14 0.25
Hex 38 39 4A 18 17 0 47 ED E 19
Octal 70 71 112 30 27 0 107 355 16 31
Binary 111000 111001 1001010 11000 10111 0 1000111 11101101 1110 11001

Color Harmonies of #38394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38394A

Black with #38394A

Text Example


Text Example

White with #38394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38394A; }

 p { color: rgb(56,57,74); }

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

background-color css

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

 a { background-color: rgb(56,57,74); }

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

border-color css

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

 span { border-color: rgb(56,57,74); }

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