#3B3951

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

Shades of Payne's Grey #3B3951

Tints of Payne's Grey #3B3951

Color information

#3B3951 (or 0x3B3951) is unknown color: approx Payne's Grey. HEX triplet: 3B, 39 and 51. RGB value is (59,57,81). Sum of RGB (Red+Green+Blue) = 59+57+81=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3951 is #C4C6AE. Grayscale: #3C3C3C. Windows color (decimal): -12895919 or 5323067. OLE color: 5323067.

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

Color convert

RGB595781-
CMYK0.270.3000.68
HSL245º17.39%27.06%-
HSV(B)245º29.63%31.76%-
XYZ4.754.458.39-
YUV60.33139.66127.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=29.95%
G=28.93%
B=41.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5957810.270.3000.6824517.3927.06
Hex3B39511B1E044f5111b
Octal7371121333601043652133
Binary1110111110011010001110111111001000100111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,81); }

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

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

 a { background-color: rgb(59,57,81); }

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

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

 span { border-color: rgb(59,57,81); }

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