#3C3C45

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

Shades of Payne's Grey #3C3C45

Tints of Payne's Grey #3C3C45

Color information

#3C3C45 (or 0x3C3C45) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3C and 45. RGB value is (60,60,69). Sum of RGB (Red+Green+Blue) = 60+60+69=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C3C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C45 is #C3C3BA. Grayscale: #3C3C3C. Windows color (decimal): -12829627 or 4537404. OLE color: 4537404.

HSL color Cylindrical-coordinate representation of color #3C3C45: hue angle of 240º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3C45 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB606069-
CMYK0.130.1300.73
HSL240º6.98%25.29%-
HSV(B)240º13.04%27.06%-
XYZ4.554.626.28-
YUV61.03132.5127.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=31.75%
G=31.75%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6060690.130.1300.732406.9825.29
Hex3C3C45DD049f0719
Octal747410515150111360731
Binary111100111100100010111011101010010011111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,60,69); }

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

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

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

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

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

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

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