Html Css Color HEX #383A48 Payne's Grey

📋 copy color: '#383A48'

red 56 ◦ green 58 ◦ blue 72

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

Shades of Payne's Grey #383A48

Tints of Payne's Grey #383A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

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

R = 30.11%
G = 31.18%
B = 38.71%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383A48 (or 0x383A48) is known color: Payne's Grey. HEX triplet: 38, 3A and 48. RGB value is (56,58,72). Sum of RGB (Red+Green+Blue) = 56+58+72=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #383A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A48 is #C7C5B7. Grayscale: #3A3A3A. Windows color (decimal): -13092280 or 4733496. OLE color: 4733496.

HSL color Cylindrical-coordinate representation of color #383A48: hue angle of 232.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383A48 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 58 72 -
CMYK 0.22 0.19 0 0.72
HSL 232.5º 0.13% 0.25% -
HSV(B) 232.5º 0.22% 0.28% -
XYZ 4.31 4.33 6.74 -
YUV 59 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 56 58 72 0.22 0.19 0 0.72 232.5 0.13 0.25
Hex 38 3A 48 16 13 0 48 E8 C 19
Octal 70 72 110 26 23 0 110 350 14 31
Binary 111000 111010 1001000 10110 10011 0 1001000 11101000 1100 11001

Color Harmonies of #383A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A48

Black with #383A48

Text Example


Text Example

White with #383A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A48; }

 p { color: rgb(56,58,72); }

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

background-color css

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

 a { background-color: rgb(56,58,72); }

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

border-color css

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

 span { border-color: rgb(56,58,72); }

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