#3C3C3E

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

Shades of Payne's Grey #3C3C3E

Tints of Payne's Grey #3C3C3E

Color information

#3C3C3E (or 0x3C3C3E) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3C and 3E. RGB value is (60,60,62). Sum of RGB (Red+Green+Blue) = 60+60+62=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C3C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3C3E is #C3C3C1. Grayscale: #3C3C3C. Windows color (decimal): -12829634 or 4078652. OLE color: 4078652.

HSL color Cylindrical-coordinate representation of color #3C3C3E: hue angle of 240º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3C3C3E is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB606062-
CMYK0.030.0300.76
HSL240º1.64%23.92%-
HSV(B)240º3.23%24.31%-
XYZ4.354.545.2-
YUV60.23129127.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=32.97%
G=32.97%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6060620.030.0300.762401.6423.92
Hex3C3C3E3304Cf0218
Octal747476330114360230
Binary111100111100111110111101001100111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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