#38394B

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

Shades of Payne's Grey #38394B

Tints of Payne's Grey #38394B

Color information

#38394B (or 0x38394B) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 4B. RGB value is (56,57,75). Sum of RGB (Red+Green+Blue) = 56+57+75=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #38394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38394B is #C7C6B4. Grayscale: #3A3A3A. Windows color (decimal): -13092533 or 4929848. OLE color: 4929848.

HSL color Cylindrical-coordinate representation of color #38394B: hue angle of 236.84º 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 #38394B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB565775-
CMYK0.250.2400.71
HSL236.84º14.5%25.69%-
HSV(B)236.84º25.33%29.41%-
XYZ4.364.287.25-
YUV58.75137.17126.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=29.79%
G=30.32%
B=39.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5657750.250.2400.71236.8414.525.69
Hex38394B1918047edf1a
Octal7071113313001073551732
Binary111000111001100101111001110000100011111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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