Html Css Color HEX #383946 Payne's Grey

📋 copy color: '#383946'

red 56 ◦ green 57 ◦ blue 70

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

Shades of Payne's Grey #383946

Tints of Payne's Grey #383946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 30.6%
G = 31.15%
B = 38.25%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383946 (or 0x383946) is known color: Payne's Grey. HEX triplet: 38, 39 and 46. RGB value is (56,57,70). Sum of RGB (Red+Green+Blue) = 56+57+70=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #383946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383946 is #C7C6B9. Grayscale: #3A3A3A. Windows color (decimal): -13092538 or 4602168. OLE color: 4602168.

HSL color Cylindrical-coordinate representation of color #383946: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383946 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 57 70 -
CMYK 0.20 0.19 0 0.73
HSL 235.71º 0.11% 0.25% -
HSV(B) 235.71º 0.2% 0.27% -
XYZ 4.2 4.21 6.39 -
YUV 58.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 56 57 70 0.20 0.19 0 0.73 235.71 0.11 0.25
Hex 38 39 46 14 13 0 49 EC B 19
Octal 70 71 106 24 23 0 111 354 13 31
Binary 111000 111001 1000110 10100 10011 0 1001001 11101100 1011 11001

Color Harmonies of #383946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383946

Black with #383946

Text Example


Text Example

White with #383946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383946; }

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

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

background-color css

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

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

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

border-color css

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

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

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