Html Css Color HEX #383948 Payne's Grey

📋 copy color: '#383948'

red 56 ◦ green 57 ◦ blue 72

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

Shades of Payne's Grey #383948

Tints of Payne's Grey #383948

RGB

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

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

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

R = 30.27%
G = 30.81%
B = 38.92%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383948 (or 0x383948) is known color: Payne's Grey. HEX triplet: 38, 39 and 48. RGB value is (56,57,72). Sum of RGB (Red+Green+Blue) = 56+57+72=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #383948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383948 is #C7C6B7. Grayscale: #3A3A3A. Windows color (decimal): -13092536 or 4733240. OLE color: 4733240.

HSL color Cylindrical-coordinate representation of color #383948: hue angle of 236.25º 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 #383948 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 57 72 -
CMYK 0.22 0.21 0 0.72
HSL 236.25º 0.13% 0.25% -
HSV(B) 236.25º 0.22% 0.28% -
XYZ 4.26 4.23 6.72 -
YUV 58.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 56 57 72 0.22 0.21 0 0.72 236.25 0.13 0.25
Hex 38 39 48 16 15 0 48 EC C 19
Octal 70 71 110 26 25 0 110 354 14 31
Binary 111000 111001 1001000 10110 10101 0 1001000 11101100 1100 11001

Color Harmonies of #383948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383948

Black with #383948

Text Example


Text Example

White with #383948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383948; }

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

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

background-color css

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

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

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

border-color css

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

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

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