#383952

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

Shades of Payne's Grey #383952

Tints of Payne's Grey #383952

Color information

#383952 (or 0x383952) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 52. RGB value is (56,57,82). Sum of RGB (Red+Green+Blue) = 56+57+82=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #383952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383952 is #C7C6AD. Grayscale: #3B3B3B. Windows color (decimal): -13092526 or 5388600. OLE color: 5388600.

HSL color Cylindrical-coordinate representation of color #383952: hue angle of 237.69º 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 #383952 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB565782-
CMYK0.320.3000.68
HSL237.69º18.84%27.06%-
HSV(B)237.69º31.71%32.16%-
XYZ4.624.388.58-
YUV59.55140.67125.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=28.72%
G=29.23%
B=42.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5657820.320.3000.68237.6918.8427.06
Hex383952201E044ee131b
Octal7071122403601043562333
Binary11100011100110100101000001111001000100111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383952; }

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

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

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

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

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

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

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

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