Html Css Color HEX #383949 Payne's Grey

📋 copy color: '#383949'

red 56 ◦ green 57 ◦ blue 73

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

Shades of Payne's Grey #383949

Tints of Payne's Grey #383949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 30.11%
G = 30.65%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383949 (or 0x383949) is known color: Payne's Grey. HEX triplet: 38, 39 and 49. RGB value is (56,57,73). Sum of RGB (Red+Green+Blue) = 56+57+73=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #383949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383949 is #C7C6B6. Grayscale: #3A3A3A. Windows color (decimal): -13092535 or 4798776. OLE color: 4798776.

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

Color convert

RGB 56 57 73 -
CMYK 0.23 0.22 0 0.71
HSL 236.47º 0.13% 0.25% -
HSV(B) 236.47º 0.23% 0.29% -
XYZ 4.3 4.25 6.9 -
YUV 58.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 56 57 73 0.23 0.22 0 0.71 236.47 0.13 0.25
Hex 38 39 49 17 16 0 47 EC D 19
Octal 70 71 111 27 26 0 107 354 15 31
Binary 111000 111001 1001001 10111 10110 0 1000111 11101100 1101 11001

Color Harmonies of #383949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383949

Black with #383949

Text Example


Text Example

White with #383949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383949; }

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

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

background-color css

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

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

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

border-color css

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

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

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