#3B3953

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

Shades of Payne's Grey #3B3953

Tints of Payne's Grey #3B3953

Color information

#3B3953 (or 0x3B3953) is unknown color: approx Payne's Grey. HEX triplet: 3B, 39 and 53. RGB value is (59,57,83). Sum of RGB (Red+Green+Blue) = 59+57+83=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3953 is #C4C6AC. Grayscale: #3C3C3C. Windows color (decimal): -12895917 or 5454139. OLE color: 5454139.

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

Color convert

RGB595783-
CMYK0.290.3100.67
HSL244.62º18.57%27.45%-
HSV(B)244.62º31.33%32.55%-
XYZ4.834.488.79-
YUV60.56140.66126.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=29.65%
G=28.64%
B=41.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5957830.290.3100.67244.6218.5727.45
Hex3B39531D1F043f5131b
Octal7371123353701033652333
Binary1110111110011010011111011111101000011111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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