#38384B

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

Shades of Payne's Grey #38384B

Tints of Payne's Grey #38384B

Color information

#38384B (or 0x38384B) is unknown color: approx Payne's Grey. HEX triplet: 38, 38 and 4B. RGB value is (56,56,75). Sum of RGB (Red+Green+Blue) = 56+56+75=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #38384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38384B is #C7C7B4. Grayscale: #3A3A3A. Windows color (decimal): -13092789 or 4929592. OLE color: 4929592.

HSL color Cylindrical-coordinate representation of color #38384B: hue angle of 240º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38384B is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB565675-
CMYK0.250.2500.71
HSL240º14.5%25.69%-
HSV(B)240º25.33%29.41%-
XYZ4.324.187.24-
YUV58.17137.5126.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=29.95%
G=29.95%
B=40.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5656750.250.2500.7124014.525.69
Hex38384B1919047f0f1a
Octal7070113313101073601732
Binary111000111000100101111001110010100011111110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38384B; }

 p { color: rgb(56,56,75); }

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

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

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

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

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

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

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