#383B52

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

Shades of Payne's Grey #383B52

Tints of Payne's Grey #383B52

Color information

#383B52 (or 0x383B52) is unknown color: approx Payne's Grey. HEX triplet: 38, 3B and 52. RGB value is (56,59,82). Sum of RGB (Red+Green+Blue) = 56+59+82=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #383B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B52 is #C7C4AD. Grayscale: #3C3C3C. Windows color (decimal): -13092014 or 5389112. OLE color: 5389112.

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

Color convert

RGB565982-
CMYK0.320.2800.68
HSL233.08º18.84%27.06%-
HSV(B)233.08º31.71%32.16%-
XYZ4.724.588.62-
YUV60.72140.01124.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=28.43%
G=29.95%
B=41.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5659820.320.2800.68233.0818.8427.06
Hex383B52201C044e9131b
Octal7073122403401043512333
Binary11100011101110100101000001110001000100111010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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