#383652

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

Shades of Payne's Grey #383652

Tints of Payne's Grey #383652

Color information

#383652 (or 0x383652) is unknown color: approx Payne's Grey. HEX triplet: 38, 36 and 52. RGB value is (56,54,82). Sum of RGB (Red+Green+Blue) = 56+54+82=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #383652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383652 is #C7C9AD. Grayscale: #393939. Windows color (decimal): -13093294 or 5387832. OLE color: 5387832.

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

Color convert

RGB565482-
CMYK0.320.3400.68
HSL244.29º20.59%26.67%-
HSV(B)244.29º34.15%32.16%-
XYZ4.474.098.54-
YUV57.79141.66126.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=29.17%
G=28.12%
B=42.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5654820.320.3400.68244.2920.5926.67
Hex3836522022044f4151b
Octal7066122404201043642533
Binary111000110110101001010000010001001000100111101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383652; }

 p { color: rgb(56,54,82); }

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

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

 a { background-color: rgb(56,54,82); }

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

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

 span { border-color: rgb(56,54,82); }

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