#3A3B48

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

Shades of Payne's Grey #3A3B48

Tints of Payne's Grey #3A3B48

Color information

#3A3B48 (or 0x3A3B48) is unknown color: approx Payne's Grey. HEX triplet: 3A, 3B and 48. RGB value is (58,59,72). Sum of RGB (Red+Green+Blue) = 58+59+72=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B48 is #C5C4B7. Grayscale: #3C3C3C. Windows color (decimal): -12960952 or 4733754. OLE color: 4733754.

HSL color Cylindrical-coordinate representation of color #3A3B48: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A3B48 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB585972-
CMYK0.190.1800.72
HSL235.71º10.77%25.49%-
HSV(B)235.71º19.44%28.24%-
XYZ4.484.56.76-
YUV60.18134.67126.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=30.69%
G=31.22%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5859720.190.1800.72235.7110.7725.49
Hex3A3B481312048ecb19
Octal7273110232201103541331
Binary111010111011100100010011100100100100011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3B48; }

 p { color: rgb(58,59,72); }

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

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

 a { background-color: rgb(58,59,72); }

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

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

 span { border-color: rgb(58,59,72); }

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