#3A3950

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

Shades of Payne's Grey #3A3950

Tints of Payne's Grey #3A3950

Color information

#3A3950 (or 0x3A3950) is unknown color: approx Payne's Grey. HEX triplet: 3A, 39 and 50. RGB value is (58,57,80). Sum of RGB (Red+Green+Blue) = 58+57+80=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3950 is #C5C6AF. Grayscale: #3B3B3B. Windows color (decimal): -12961456 or 5257530. OLE color: 5257530.

HSL color Cylindrical-coordinate representation of color #3A3950: hue angle of 242.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A3950 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB585780-
CMYK0.280.2900.69
HSL242.61º16.79%26.86%-
HSV(B)242.61º28.75%31.37%-
XYZ4.664.48.19-
YUV59.92139.33126.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=29.74%
G=29.23%
B=41.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5857800.280.2900.69242.6116.7926.86
Hex3A39501C1D045f3111b
Octal7271120343501053632133
Binary1110101110011010000111001110101000101111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,80); }

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

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

 a { background-color: rgb(58,57,80); }

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

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

 span { border-color: rgb(58,57,80); }

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