#383752

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

Shades of Payne's Grey #383752

Tints of Payne's Grey #383752

Color information

#383752 (or 0x383752) is unknown color: approx Payne's Grey. HEX triplet: 38, 37 and 52. RGB value is (56,55,82). Sum of RGB (Red+Green+Blue) = 56+55+82=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #383752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383752 is #C7C8AD. Grayscale: #3A3A3A. Windows color (decimal): -13093038 or 5388088. OLE color: 5388088.

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

Color convert

RGB565582-
CMYK0.320.3300.68
HSL242.22º19.71%26.86%-
HSV(B)242.22º32.93%32.16%-
XYZ4.524.188.55-
YUV58.38141.33126.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=29.02%
G=28.50%
B=42.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5655820.320.3300.68242.2219.7126.86
Hex3837522021044f2141b
Octal7067122404101043622433
Binary111000110111101001010000010000101000100111100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383752; }

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

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

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

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

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

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

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

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