#3C3951

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

Shades of Payne's Grey #3C3951

Tints of Payne's Grey #3C3951

Color information

#3C3951 (or 0x3C3951) is unknown color: approx Payne's Grey. HEX triplet: 3C, 39 and 51. RGB value is (60,57,81). Sum of RGB (Red+Green+Blue) = 60+57+81=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3951 is #C3C6AE. Grayscale: #3C3C3C. Windows color (decimal): -12830383 or 5323068. OLE color: 5323068.

HSL color Cylindrical-coordinate representation of color #3C3951: hue angle of 247.5º 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 #3C3951 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB605781-
CMYK0.260.3000.68
HSL247.5º17.39%27.06%-
HSV(B)247.5º29.63%31.76%-
XYZ4.814.488.4-
YUV60.63139.49127.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=30.30%
G=28.79%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6057810.260.3000.68247.517.3927.06
Hex3C39511A1E044f8111b
Octal7471121323601043702133
Binary1111001110011010001110101111001000100111110001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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