#383946

Color #383946 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #383946

Tints of Payne's Grey #383946

Color information

#383946 (or 0x383946) is unknown color: approx 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

RGB565770-
CMYK0.200.1900.73
HSL235.71º11.11%24.71%-
HSV(B)235.71º20%27.45%-
XYZ4.24.216.39-
YUV58.18134.67126.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=30.60%
G=31.15%
B=38.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5657700.200.1900.73235.7111.1124.71
Hex3839461413049ecb19
Octal7071106242301113541331
Binary111000111001100011010100100110100100111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>