#383A51

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

Shades of Payne's Grey #383A51

Tints of Payne's Grey #383A51

Color information

#383A51 (or 0x383A51) is unknown color: approx Payne's Grey. HEX triplet: 38, 3A and 51. RGB value is (56,58,81). Sum of RGB (Red+Green+Blue) = 56+58+81=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #383A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A51 is #C7C5AE. Grayscale: #3B3B3B. Windows color (decimal): -13092271 or 5323320. OLE color: 5323320.

HSL color Cylindrical-coordinate representation of color #383A51: hue angle of 235.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #383A51 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB565881-
CMYK0.310.2800.68
HSL235.2º18.25%26.86%-
HSV(B)235.2º30.86%31.76%-
XYZ4.634.468.4-
YUV60.02139.84125.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=28.72%
G=29.74%
B=41.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5658810.310.2800.68235.218.2526.86
Hex383A511F1C044eb121b
Octal7072121373401043532233
Binary1110001110101010001111111110001000100111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #383A51;
 }
 .AnyTagClassName
 {
   color: #383A51;
 }
</style>
background-color css

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

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

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

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

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

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